diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-12-08 14:54:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-12-08 14:54:31 +0000 |
commit | 80eb4526a9a7a9c3445d027d856a6bba7ad16fe1 (patch) | |
tree | d7ca2d4379362af59e32213f19a58cce53d76e00 | |
parent | 9a3eda10c4f376bb34bcc10f78d2fd1b8b1e53d5 (diff) |
oops - forgot to remind tom to update usage();
-rw-r--r-- | usr.bin/cal/cal.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cal/cal.c b/usr.bin/cal/cal.c index b5676a147b8..091cb691744 100644 --- a/usr.bin/cal/cal.c +++ b/usr.bin/cal/cal.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cal.c,v 1.17 2005/12/07 12:31:05 tom Exp $ */ +/* $OpenBSD: cal.c,v 1.18 2005/12/08 14:54:30 jmc Exp $ */ /* $NetBSD: cal.c,v 1.6 1995/03/26 03:10:24 glass Exp $ */ /* @@ -40,7 +40,7 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)cal.c 8.4 (Berkeley) 4/2/94"; #else -static const char rcsid[] = "$OpenBSD: cal.c,v 1.17 2005/12/07 12:31:05 tom Exp $"; +static const char rcsid[] = "$OpenBSD: cal.c,v 1.18 2005/12/08 14:54:30 jmc Exp $"; #endif #endif /* not lint */ @@ -422,7 +422,7 @@ void usage(void) { - (void)fprintf(stderr, "usage: cal [-jy] [month year]\n"); + (void)fprintf(stderr, "usage: cal [-jy] [month] [year]\n"); exit(1); } |