diff options
author | dd <dd@FreeBSD.org> | 2001-08-05 16:01:34 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-08-05 16:01:34 +0000 |
commit | e4d2dd216e288da86d99ee98ceb068fc883a6b90 (patch) | |
tree | ba451405e9dd1f7269a749a5efb0e8a344667f4e /usr.bin/last | |
parent | 709261dffab6c248e38bbdb6682d0a747d855996 (diff) | |
download | FreeBSD-src-e4d2dd216e288da86d99ee98ceb068fc883a6b90.zip FreeBSD-src-e4d2dd216e288da86d99ee98ceb068fc883a6b90.tar.gz |
Document -d in usage.
Submitted by: Martin Kammerhofer <mkamm@sbox.tu-graz.ac.at>
Diffstat (limited to 'usr.bin/last')
-rw-r--r-- | usr.bin/last/last.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/last/last.c b/usr.bin/last/last.c index cb44e9832a..4077c86 100644 --- a/usr.bin/last/last.c +++ b/usr.bin/last/last.c @@ -108,7 +108,8 @@ void usage(void) { (void)fprintf(stderr, - "usage: last [-#] [-f file] [-h hostname] [-t tty] [-s|w] [user ...]\n"); +"usage: last [-#] [-d [[CC]YY][MMDD]hhmm[.SS]] [-f file] [-h hostname]\n" +"\t[-t tty] [-s|w] [user ...]\n"); exit(1); } |