diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-13 19:59:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-13 19:59:09 +0000 |
commit | 1035d10fb978937fb3230d6f85da9739338e10d0 (patch) | |
tree | 81e5df7f4335b2c25f0da9b55a4ca30324f559e5 /usr.sbin/hostapd/hostapd.c | |
parent | 3e6e3502729090832476432e2916f26a043cbc96 (diff) |
sync usage()
Diffstat (limited to 'usr.sbin/hostapd/hostapd.c')
-rw-r--r-- | usr.sbin/hostapd/hostapd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/hostapd/hostapd.c b/usr.sbin/hostapd/hostapd.c index 2f95c006e39..f931024862f 100644 --- a/usr.sbin/hostapd/hostapd.c +++ b/usr.sbin/hostapd/hostapd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hostapd.c,v 1.6 2005/04/13 19:26:05 henning Exp $ */ +/* $OpenBSD: hostapd.c,v 1.7 2005/04/13 19:59:08 jmc Exp $ */ /* * Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net> @@ -61,7 +61,7 @@ extern volatile sig_atomic_t event_gotterm; void hostapd_usage(void) { - fprintf(stderr, "usage: %s [-dvb] [-a interface] [-D macro=value] " + fprintf(stderr, "usage: %s [-bdv] [-a interface] [-D macro=value] " "[-f file] [-i interface]\n", __progname); exit(EXIT_FAILURE); } |