diff options
author | 2016-01-27 16:01:36 +0000 | |
---|---|---|
committer | 2016-01-27 16:01:36 +0000 | |
commit | 883e45ad234026ff375ade84be5a974771305e97 (patch) | |
tree | 47eecf6f2f24af8b6ee9e95373246a804a1be432 /usr.sbin/hostctl/hostctl.c | |
parent | Remove some lies and pointless verbiage. Tweak HISTORY. (diff) | |
download | wireguard-openbsd-883e45ad234026ff375ade84be5a974771305e97.tar.xz wireguard-openbsd-883e45ad234026ff375ade84be5a974771305e97.zip |
- sort options
- add -q to usage()
Diffstat (limited to 'usr.sbin/hostctl/hostctl.c')
-rw-r--r-- | usr.sbin/hostctl/hostctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/hostctl/hostctl.c b/usr.sbin/hostctl/hostctl.c index f5bc4d34363..081beffde6e 100644 --- a/usr.sbin/hostctl/hostctl.c +++ b/usr.sbin/hostctl/hostctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hostctl.c,v 1.2 2016/01/27 12:33:02 reyk Exp $ */ +/* $OpenBSD: hostctl.c,v 1.3 2016/01/27 16:01:36 jmc Exp $ */ /* * Copyright (c) 2016 Reyk Floeter <reyk@openbsd.org> @@ -44,7 +44,7 @@ __dead void usage(void) { extern char *__progname; - fprintf(stderr, "usage: %s [-t] [-f device] " + fprintf(stderr, "usage: %s [-qt] [-f device] " "[-i input] [-o output] key [value]\n", __progname); exit(1); } |