Browse Source

[master] for usage output be clear about verbose

This was discussed on jabber.
Jeremy C. Reed 13 years ago
parent
commit
51e78a5535
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/auth/main.cc

+ 1 - 1
src/bin/auth/main.cc

@@ -87,7 +87,7 @@ usage() {
     cerr << "Usage:  b10-auth [-u user] [-nv]"
          << endl;
     cerr << "\t-n: do not cache answers in memory" << endl;
-    cerr << "\t-v: verbose output" << endl;
+    cerr << "\t-v: verbose logging (debug-level)" << endl;
     exit(1);
 }