aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2009-10-06 12:12:19 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2009-10-06 12:12:19 -0400
commitb54b74b6c86c786aec771185c4323e3eefdc3af4 (patch)
treea53d1781212d4e2dcdfde78636f190e7fc7ae9bc
parent4e9d4633a53c662042ee629e7ae95ac8d9ab896b (diff)
downloadNetNuke-b54b74b6c86c786aec771185c4323e3eefdc3af4.tar.gz
The argument list did not specify the shorthand correctly for --verbose-high
-rw-r--r--netnuke.c2
1 files changed, 1 insertions, 1 deletions
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');
}