From b54b74b6c86c786aec771185c4323e3eefdc3af4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 6 Oct 2009 16:12:19 +0000 Subject: The argument list did not specify the shorthand correctly for --verbose-high --- netnuke.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netnuke.c b/netnuke.c index 0ccf86d..10730c8 100644 --- a/netnuke.c +++ b/netnuke.c @@ -518,7 +518,7 @@ void usage(const char* cmd) printf("--disable-test Disables test-mode, and allows write operations\n"); printf("--block-size n -b n Blocks at once\n"); printf("--verbose -v\n"); - printf("--verbose-high -v Debug level verbosity\n"); + printf("--verbose-high -vv Debug level verbosity\n"); printf("--version -V\n"); putchar('\n'); } -- cgit