diff options
author | tjr <tjr@FreeBSD.org> | 2003-08-17 10:21:19 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2003-08-17 10:21:19 +0000 |
commit | 9c51d70f9b3a832c7d2a3626edd7dfbb2c0bbb6b (patch) | |
tree | ff9c9bb97845d103d838ceb7579f02c851a9e9e6 /usr.bin/last | |
parent | d4903b028c328ea1be5d5804de6de53db7a5c08d (diff) | |
download | FreeBSD-src-9c51d70f9b3a832c7d2a3626edd7dfbb2c0bbb6b.zip FreeBSD-src-9c51d70f9b3a832c7d2a3626edd7dfbb2c0bbb6b.tar.gz |
Tidy up usage message.
Diffstat (limited to 'usr.bin/last')
-rw-r--r-- | usr.bin/last/last.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/last/last.c b/usr.bin/last/last.c index 8f1cd8a..46304f1 100644 --- a/usr.bin/last/last.c +++ b/usr.bin/last/last.c @@ -114,8 +114,8 @@ void usage(void) { (void)fprintf(stderr, -"usage: last [-y] [-d [[CC]YY][MMDD]hhmm[.SS]] [-f file] [-h host]\n" -"\t[-n maxrec] [-t tty] [-s|w] [user ...]\n"); +"usage: last [-swy] [-d [[CC]YY][MMDD]hhmm[.SS]] [-f file] [-h host]\n" +" [-n maxrec] [-t tty] [user ...]\n"); exit(1); } |