projects
/
sudo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54fbe08
)
fix usage string
author
Todd C. Miller
<Todd.Miller@courtesan.com>
Sun, 27 Feb 2000 03:54:20 +0000
(
03:54
+0000)
committer
Todd C. Miller
<Todd.Miller@courtesan.com>
Sun, 27 Feb 2000 03:54:20 +0000
(
03:54
+0000)
sudo.c
patch
|
blob
|
history
diff --git
a/sudo.c
b/sudo.c
index 2061f5cb50091062e076b578b91702f0db30a633..365d7eeb0df83c6ab64866ec7bdfa6920d153090 100644
(file)
--- a/
sudo.c
+++ b/
sudo.c
@@
-1126,8
+1126,8
@@
usage(exit_val)
int exit_val;
{
(void) fprintf(stderr,
- "usage: %s -V | -h | -L | -l | -v | -k | -K |
-H | [-S] [-b] [-p prompt
]\n%*s",
+ "usage: %s -V | -h | -L | -l | -v | -k | -K |
[-H] [-S] [-b
]\n%*s",
Argv[0], (int) strlen(Argv[0]) + 8, " ");
- (void) fprintf(stderr, "[-u username/#uid] -s | <command>\n");
+ (void) fprintf(stderr, "[-
p prompt] [-
u username/#uid] -s | <command>\n");
exit(exit_val);
}