Index: main/cli.c =================================================================== --- main/cli.c (revision 168053) +++ main/cli.c (working copy) @@ -415,7 +415,7 @@ * we are guaranteed to be called with argc >= e->args; */ - if (argc < e->args) + if (argc <= e->args) return CLI_SHOWUSAGE; if (!strcasecmp(argv[e->args - 1], "debug")) { dst = &option_debug;