summaryrefslogtreecommitdiff
path: root/usr.sbin/user/user.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-12-20 09:40:48 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-12-20 09:40:48 +0000
commit69f83572509696a67f8fb3a52e7335825a19ea67 (patch)
tree944266c545f2e83f84c419992f5083a323d7d810 /usr.sbin/user/user.c
parent8aa825f32be12b7f01ae148c9cf166850b62fb59 (diff)
- various improvements from Ingo Schwarze;
- remove non-functional -v option from docs/usage() feedback/ok millert otto
Diffstat (limited to 'usr.sbin/user/user.c')
-rw-r--r--usr.sbin/user/user.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/user/user.c b/usr.sbin/user/user.c
index 712e6c2c28a..c0748ef7bba 100644
--- a/usr.sbin/user/user.c
+++ b/usr.sbin/user/user.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: user.c,v 1.74 2008/12/16 05:25:55 guenther Exp $ */
+/* $OpenBSD: user.c,v 1.75 2008/12/20 09:40:47 jmc Exp $ */
/* $NetBSD: user.c,v 1.69 2003/04/14 17:40:07 agc Exp $ */
/*
@@ -1618,7 +1618,7 @@ usermgmt_usage(const char *prog)
(void) fprintf(stderr, "usage: %s [-prv] user\n", prog);
#ifdef EXTENSIONS
} else if (strcmp(prog, "userinfo") == 0) {
- (void) fprintf(stderr, "usage: %s [-ev] user\n", prog);
+ (void) fprintf(stderr, "usage: %s [-e] user\n", prog);
#endif
} else if (strcmp(prog, "groupadd") == 0) {
(void) fprintf(stderr, "usage: %s [-ov] [-g gid] group\n",
@@ -1637,7 +1637,7 @@ usermgmt_usage(const char *prog)
prog);
#ifdef EXTENSIONS
} else if (strcmp(prog, "groupinfo") == 0) {
- (void) fprintf(stderr, "usage: %s [-ev] group\n", prog);
+ (void) fprintf(stderr, "usage: %s [-e] group\n", prog);
#endif
} else {
(void) fprintf(stderr, "This program must be called as {user,group}{add,del,mod,info},\n%s is not an understood name.\n", prog);