From bde4297059c4bd7faf9f34bf7817522fa17362f6 Mon Sep 17 00:00:00 2001 From: Arthur David Olson Date: Tue, 29 Jul 2003 13:11:09 -0400 Subject: [PATCH] usage work SCCS-file: zic.c SCCS-SID: 7.110 --- zic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zic.c b/zic.c index aea2d7e..6a3b214 100644 --- a/zic.c +++ b/zic.c @@ -442,7 +442,7 @@ const char * const string; static void usage P((void)) { - (void) fprintf(stderr, _("%s: usage is %s [ -s ] [ -v ] [ -l localtime ] [ -p posixrules ] \\\n\t[ -d directory ] [ -L leapseconds ] [ -y yearistype ] [ filename ... ]\n"), + (void) fprintf(stderr, _("%s: usage is %s [ --version ] [ -s ] [ -v ] [ -l localtime ] [ -p posixrules ] \\\n\t[ -d directory ] [ -L leapseconds ] [ -y yearistype ] [ filename ... ]\n"), progname, progname); (void) exit(EXIT_FAILURE); }