Parcourir la source

[878] update usage() to match actual arguments

Shane Kerr il y a 13 ans
Parent
commit
51a7361aef
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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);
 }