summaryrefslogtreecommitdiff
path: root/lib/libc/time/zic.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-08-05 20:53:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-08-05 20:53:39 +0000
commit7582d84413ccdc75b2dfcd77c264ce4b50721f6c (patch)
treec3bf03cc887530516fe00311ca67605d2265875b /lib/libc/time/zic.c
parent7a0020ca69320dbf2178a1222dbb2c837a42ffa9 (diff)
pretty; ok millert
Diffstat (limited to 'lib/libc/time/zic.c')
-rw-r--r--lib/libc/time/zic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/time/zic.c b/lib/libc/time/zic.c
index 5b373e86fa3..57a37c95616 100644
--- a/lib/libc/time/zic.c
+++ b/lib/libc/time/zic.c
@@ -1,6 +1,6 @@
#if defined(LIBC_SCCS) && !defined(lint) && !defined(NOID)
static char elsieid[] = "@(#)zic.c 7.100";
-static char rcsid[] = "$OpenBSD: zic.c,v 1.13 2000/04/16 16:24:04 d Exp $";
+static char rcsid[] = "$OpenBSD: zic.c,v 1.14 2000/08/05 20:53:38 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include "private.h"
@@ -439,7 +439,7 @@ const char * const string;
static void
usage P((void))
{
- (void) fprintf(stderr, _("%s: usage is %s [ -s ] [ -v ] [ -l localtime ] [ -p posixrules ] [ -d directory ]\n\t[ -L leapseconds ] [ -y yearistype ] [ filename ... ]\n"),
+ (void) fprintf(stderr, _("%s: usage is %s [-sv] [-l localtime] [-p posixrules] [-d directory]\n\t[-L leapseconds] [-y yearistype] [filename ...]\n"),
progname, progname);
(void) exit(EXIT_FAILURE);
}