BIND 10 trac878, updated. 51a7361aef92b8c6caad857ed09f0bea0f210db6 [878] update usage() to match actual arguments

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Aug 12 18:44:40 UTC 2011


The branch, trac878 has been updated
       via  51a7361aef92b8c6caad857ed09f0bea0f210db6 (commit)
      from  ecffd3a7f26c9a1590994bb176494ed4f4ca7a64 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 51a7361aef92b8c6caad857ed09f0bea0f210db6
Author: Shane Kerr <shane at isc.org>
Date:   Fri Aug 12 20:44:19 2011 +0200

    [878] update usage() to match actual arguments

-----------------------------------------------------------------------

Summary of changes:
 src/bin/dhcp6/main.cc |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/dhcp6/main.cc b/src/bin/dhcp6/main.cc
index ddd32c3..e56c8e5 100644
--- a/src/bin/dhcp6/main.cc
+++ b/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);
 }




More information about the bind10-changes mailing list