From: Todd C. Miller Date: Sun, 9 Jun 1996 03:15:12 +0000 (+0000) Subject: fixed usage() X-Git-Tag: SUDO_1_5_0~167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=319a9ffe518a8fd1bbf95be71b086576157be82c;p=sudo fixed usage() --- diff --git a/sudo.c b/sudo.c index c1afeb678..a135330f3 100644 --- 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 | \n", Argv[0]); + (void) fprintf(stderr, "usage: %s -V | -h | -l | -v | -k | [-b] [-p prompt] [-u username/#uid] -s | \n", Argv[0]); exit(exit_val); }