summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorHakan Olsson <ho@cvs.openbsd.org>2000-05-05 23:54:52 +0000
committerHakan Olsson <ho@cvs.openbsd.org>2000-05-05 23:54:52 +0000
commit2dfba2c94c71e76580bbdf5d9a00aa99c1b778c9 (patch)
tree2c427a311e7bcbc7496cedebe5ecd227c0db6232 /usr.sbin
parentad76886bd96875a4c89e5c88ecd3b841039fe073 (diff)
Forgot to update usage().
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/user/user.c21
1 files changed, 11 insertions, 10 deletions
diff --git a/usr.sbin/user/user.c b/usr.sbin/user/user.c
index eb4f7ac387c..84be3f1005a 100644
--- a/usr.sbin/user/user.c
+++ b/usr.sbin/user/user.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: user.c,v 1.12 2000/05/05 23:22:39 ho Exp $ */
+/* $OpenBSD: user.c,v 1.13 2000/05/05 23:54:51 ho Exp $ */
/* $NetBSD: user.c,v 1.17 2000/04/14 06:26:55 simonb Exp $ */
/*
@@ -1069,16 +1069,17 @@ usermgmt_usage(char *prog)
(void) fprintf(stderr, "usage: %s -D [-b basedir] [-e expiry] "
"[-f inactive] [-g group]\n\t\t[-r lowuid..highuid] "
"[-s shell]\n", prog);
- (void) fprintf(stderr, "usage: %s [-G group] [-b basedir] "
- "[-c comment] [-d homedir] [-e expiry]\n\t\t[-f inactive] "
- "[-g group] [-k skeletondir] [-m] [-o]\n\t\t[-p password] "
- "[-r lowuid..highuid] [-s shell] [-u uid]\n\t\t[-v] user\n",
- prog);
+ (void) fprintf(stderr, "usage: %s [-G group[,group,...]] "
+ "[-b basedir] [-c comment] [-d homedir]\n\t\t"
+ "[-e expiry] [-f inactive] [-g group] "
+ "[-k skeletondir]\n\t\t[-m] [-o] [-p password] "
+ "[-r lowuid..highuid]\n\t\t[-s shell] [-u uid] "
+ "[-v] user\n", prog);
} else if (strcmp(prog, "usermod") == 0) {
- (void) fprintf(stderr, "usage: %s [-G group] [-c comment] "
- "[-d homedir] [-e expire] [-f inactive]\n\t\t[-g group] "
- "[-l newname] [-m] [-o] [-p password]\n\t\t[-s shell] "
- "[-u uid] [-v] user\n", prog);
+ (void) fprintf(stderr, "usage: %s [-G group[,group,...]] "
+ "[-c comment] [-d homedir] [-e expire]\n\t\t"
+ "[-f inactive] [-g group] [-l newname] [-m] [-o]\n\t\t"
+ "[-p password] [-s shell] [-u uid] [-v] user\n", prog);
} else if (strcmp(prog, "userdel") == 0) {
(void) fprintf(stderr, "usage: %s -D [-p preserve]\n", prog);
(void) fprintf(stderr, "usage: %s [-p preserve] [-r] [-v] "