]> granicus.if.org Git - sudo/commitdiff
fixed usage()
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 9 Jun 1996 03:15:12 +0000 (03:15 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 9 Jun 1996 03:15:12 +0000 (03:15 +0000)
sudo.c

diff --git a/sudo.c b/sudo.c
index c1afeb678681a2aaafdff6d41e7adc3dd8eaa906..a135330f36320ed38a958d26fe0407690ee30389 100644 (file)
--- a/sudo.c
+++ b/sudo.c
@@ -618,7 +618,7 @@ static int parse_args()
 static void usage(exit_val)
     int exit_val;
 {
-    (void) fprintf(stderr, "usage: %s -V | -h | -l | -v | -k | [-b] [-p prompt] [-u username] -s | <command>\n", Argv[0]);
+    (void) fprintf(stderr, "usage: %s -V | -h | -l | -v | -k | [-b] [-p prompt] [-u username/#uid] -s | <command>\n", Argv[0]);
     exit(exit_val);
 }