diff options
| author | David Malone <dwmalone@FreeBSD.org> | 2002-03-30 14:32:07 +0000 |
|---|---|---|
| committer | David Malone <dwmalone@FreeBSD.org> | 2002-03-30 14:32:07 +0000 |
| commit | 4d09bd65bd93f350ea184885e2ee7912813161dd (patch) | |
| tree | c5a6bc39d30d45eb762a2318520fdb90d709da58 /usr.bin | |
| parent | 6dfc20609648b185919da2acc634dc4532e465bc (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/chpass/chpass.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/chpass/chpass.c b/usr.bin/chpass/chpass.c index 433d323292b3..2fe205f9d07e 100644 --- a/usr.bin/chpass/chpass.c +++ b/usr.bin/chpass/chpass.c @@ -37,9 +37,11 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ +#if 0 #ifndef lint -static const char sccsid[] = "From: @(#)chpass.c 8.4 (Berkeley) 4/2/94"; +static char sccsid[] = "@(#)chpass.c 8.4 (Berkeley) 4/2/94"; #endif /* not lint */ +#endif #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); @@ -292,7 +294,7 @@ usage(void) (void)fprintf(stderr, #ifdef YP - "usage: chpass [-l] [-y] [-d domain [-h host]] [-a list] [-p encpass] [-s shell] [-e mmm dd yy] [user]\n"); + "usage: chpass [-o] [-l] [-y] [-d domain] [-h host] [-a list] [-p encpass] [-s shell] [-e mmm dd yy] [user]\n"); #else "usage: chpass [-a list] [-p encpass] [-s shell] [-e mmm dd yy] [user]\n"); #endif |
