Browse Source

[878] update usage() to match actual arguments

Shane Kerr 13 years ago
parent
commit
51a7361aef
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/bin/dhcp6/main.cc

+ 1 - 2
src/bin/dhcp6/main.cc

@@ -50,9 +50,8 @@ bool verbose_mode = false;
 
 void
 usage() {
-    cerr << "Usage:  b10-dhcp6 [-u user] [-v]"
+    cerr << "Usage:  b10-dhcp6 [-v]"
          << endl;
-    cerr << "\t-u: change process UID to the specified user" << endl;
     cerr << "\t-v: verbose output" << endl;
     exit(1);
 }