From e4d2dd216e288da86d99ee98ceb068fc883a6b90 Mon Sep 17 00:00:00 2001 From: dd Date: Sun, 5 Aug 2001 16:01:34 +0000 Subject: Document -d in usage. Submitted by: Martin Kammerhofer --- usr.bin/last/last.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/last/last.c') 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); } -- cgit v1.1