diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-21 14:01:39 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-21 14:01:39 +0000 |
commit | 99336a183371358f825bc381ab6554f8da9a9af4 (patch) | |
tree | a7f96641c96f929adf9c040a82fa3605dfea89ce /usr.bin | |
parent | 92d59d7b40248c160c000462f0908794d4f058cd (diff) |
Sync usage() output with man page; mpech@prosoft.org.lv
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/calendar/calendar.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/calendar/calendar.c b/usr.bin/calendar/calendar.c index 93405efdbd4..abef570e653 100644 --- a/usr.bin/calendar/calendar.c +++ b/usr.bin/calendar/calendar.c @@ -1,4 +1,4 @@ -/* $OpenBSD: calendar.c,v 1.13 2000/06/30 16:00:11 millert Exp $ */ +/* $OpenBSD: calendar.c,v 1.14 2000/11/21 14:01:38 aaron Exp $ */ /* * Copyright (c) 1989, 1993, 1994 @@ -43,7 +43,7 @@ static const char copyright[] = #if 0 static const char sccsid[] = "@(#)calendar.c 8.3 (Berkeley) 3/25/94"; #else -static char rcsid[] = "$OpenBSD: calendar.c,v 1.13 2000/06/30 16:00:11 millert Exp $"; +static char rcsid[] = "$OpenBSD: calendar.c,v 1.14 2000/11/21 14:01:38 aaron Exp $"; #endif #endif /* not lint */ @@ -157,6 +157,7 @@ void usage() { (void)fprintf(stderr, - "usage: calendar [-a] [-A days] [-B days] [-f calendarfile] [-t [[[yy]yy][mm]]dd]\n"); + "usage: calendar [-a] [-A num] [-B num] [-t [[[cc]yy][mm]]dd] " + "[-f calendarfile]\n"); exit(1); } |