diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-10-07 13:28:47 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-10-07 13:28:47 +0000 |
commit | 742b87c9dcf5fbf8cea1902b83fd6faf9ba28167 (patch) | |
tree | 3c59be0332d26855721000c3c7dc16f74b113d1b | |
parent | 6046ac49d8c5fe6f112e5cebabe892f23b8abd83 (diff) |
sync usage();
-rw-r--r-- | usr.sbin/ikectl/ikectl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ikectl/ikectl.c b/usr.sbin/ikectl/ikectl.c index 3e82584180e..000ece6113c 100644 --- a/usr.sbin/ikectl/ikectl.c +++ b/usr.sbin/ikectl/ikectl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ikectl.c,v 1.6 2010/10/07 12:23:14 reyk Exp $ */ +/* $OpenBSD: ikectl.c,v 1.7 2010/10/07 13:28:46 jmc Exp $ */ /* * Copyright (c) 2007, 2008 Reyk Floeter <reyk@vantronix.net> @@ -72,7 +72,7 @@ usage(void) { extern char *__progname; - fprintf(stderr, "usage: %s [-n] [-s socket] command [arg ...]\n", __progname); + fprintf(stderr, "usage: %s [-q] [-s socket] command [arg ...]\n", __progname); exit(1); } |