summaryrefslogtreecommitdiffstats
path: root/usr.bin/calendar
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>2000-10-06 12:10:51 +0000
committeralex <alex@FreeBSD.org>2000-10-06 12:10:51 +0000
commit0e384cf6918a41b1206f6b998b9cc374346018dd (patch)
treec44cf73ee247caa497f1c84fd01c1eb16209e736 /usr.bin/calendar
parentb97a419f3ea2c97ae9f75f2046d81d6510ffd572 (diff)
downloadFreeBSD-src-0e384cf6918a41b1206f6b998b9cc374346018dd.zip
FreeBSD-src-0e384cf6918a41b1206f6b998b9cc374346018dd.tar.gz
List the -t option in usage().
PR: 21734 Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
Diffstat (limited to 'usr.bin/calendar')
-rw-r--r--usr.bin/calendar/calendar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/calendar/calendar.c b/usr.bin/calendar/calendar.c
index 5bff6d7..e6cf556 100644
--- a/usr.bin/calendar/calendar.c
+++ b/usr.bin/calendar/calendar.c
@@ -135,7 +135,7 @@ void
usage()
{
(void)fprintf(stderr,
- "usage: calendar [-a] [-A days] [-B days] [-f calendarfile]\n");
+ "usage: calendar [-a] [-A days] [-B days] [-f calendarfile] [-t dd[.mm[.year]]]\n");
exit(1);
}
OpenPOWER on IntegriCloud