summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2008-05-12 23:49:29 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2008-05-12 23:49:29 +0000
commit63cd3ec9c24bc4a9576abdd6511cf87a6a5166d7 (patch)
tree693c6b0e41223a36d3a6a7a474390edacf905caa
parent2ef1d339c24719cc656bc46412149c9ed99b9648 (diff)
Fix cut and pasto; Steven Roberts
-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 45a8587a647..6ed01d656ac 100644
--- a/usr.sbin/hostapd/hostapd.c
+++ b/usr.sbin/hostapd/hostapd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hostapd.c,v 1.33 2008/05/12 19:15:02 pyr Exp $ */
+/* $OpenBSD: hostapd.c,v 1.34 2008/05/12 23:49:28 millert Exp $ */
/*
* Copyright (c) 2004, 2005 Reyk Floeter <reyk@openbsd.org>
@@ -423,7 +423,7 @@ main(int argc, char *argv[])
argc -= optind;
argv += optind;
if (argc > 0)
- usage();
+ hostapd_usage();
if (config == NULL)
ret = strlcpy(cfg->c_config, HOSTAPD_CONFIG, sizeof(cfg->c_config));