diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2009-10-06 12:12:19 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2009-10-06 12:12:19 -0400 |
commit | b54b74b6c86c786aec771185c4323e3eefdc3af4 (patch) | |
tree | a53d1781212d4e2dcdfde78636f190e7fc7ae9bc | |
parent | 4e9d4633a53c662042ee629e7ae95ac8d9ab896b (diff) | |
download | NetNuke-b54b74b6c86c786aec771185c4323e3eefdc3af4.tar.gz |
The argument list did not specify the shorthand correctly for --verbose-high
-rw-r--r-- | netnuke.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'); } |