diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-08-25 17:16:45 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-08-25 17:16:45 +0000 |
commit | 93449b127ed33fd276778c80dfebc3ddcf2203b7 (patch) | |
tree | 251dafc09ee4b4a5f94a3c9aa67b9d467c935521 /sbin/wicontrol | |
parent | f074585d3da46d8644c4fd6c30bfd449ea74709d (diff) |
add -E to usage(); from weissmanndude
Diffstat (limited to 'sbin/wicontrol')
-rw-r--r-- | sbin/wicontrol/wicontrol.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/wicontrol/wicontrol.c b/sbin/wicontrol/wicontrol.c index fef33062f3f..b0b3201bb8d 100644 --- a/sbin/wicontrol/wicontrol.c +++ b/sbin/wicontrol/wicontrol.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wicontrol.c,v 1.53 2004/07/20 15:26:55 millert Exp $ */ +/* $OpenBSD: wicontrol.c,v 1.54 2004/08/25 17:16:44 mickey Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -68,7 +68,7 @@ static const char copyright[] = "@(#) Copyright (c) 1997, 1998, 1999\ Bill Paul. All rights reserved."; static const char rcsid[] = - "@(#) $OpenBSD: wicontrol.c,v 1.53 2004/07/20 15:26:55 millert Exp $"; + "@(#) $OpenBSD: wicontrol.c,v 1.54 2004/08/25 17:16:44 mickey Exp $"; #endif int wi_getval(char *, struct wi_req *); @@ -823,7 +823,7 @@ usage(void) " [-x 0|1] [-F 0|1] [-c 0|1] [-q SSID] [-p port type]\n" " [-a access point density] [-m MAC address] [-d max data length]\n" " [-r RTS threshold] [-f frequency] [-M 0|1] [-P 0|1]\n" - " [-S max sleep duration] [-A 1|2|3] [-D 0|1|2] [-R 1|3]\n", + " [-S max sleep duration] [-A 1|2|3] [-D 0|1|2] [-R 1|3] [-E 0|1|2|3]\n", __progname); exit(1); } |