diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2020-10-08 11:22:44 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2020-10-08 11:22:44 +0000 |
commit | 3f805fa312e3cc240af964b5c1bb710d537d31a9 (patch) | |
tree | 3540f49288b437bbdc21491275ca6e8b2dd109fc /usr.sbin | |
parent | 9c605b39e025a9e8fce19e6309d35dfed754f485 (diff) |
Remove -y from usage too; noticed by jmc@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/zic/zic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/zic/zic.c b/usr.sbin/zic/zic.c index 1561c7afbc3..7dca519f7bf 100644 --- a/usr.sbin/zic/zic.c +++ b/usr.sbin/zic/zic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zic.c,v 1.24 2020/10/07 22:36:14 millert Exp $ */ +/* $OpenBSD: zic.c,v 1.25 2020/10/08 11:22:43 millert Exp $ */ /* ** This file is in the public domain, so clarified as of ** 2006-07-17 by Arthur David Olson. @@ -489,7 +489,7 @@ usage(void) { fprintf(stderr, "usage: %s [-v] [-d directory] [-L leapsecondfilename] [-l timezone]\n" - "\t\t[-p timezone] [-y command] [filename ...]\n", + "\t\t[-p timezone] [filename ...]\n", __progname); exit(EXIT_FAILURE); } |