summaryrefslogtreecommitdiff
path: root/usr.sbin/hostapd/hostapd.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/hostapd/hostapd.c')
-rw-r--r--usr.sbin/hostapd/hostapd.c4
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);
}