Remove the -w option from help output
Signed-off-by: Kel Modderman <kel@otaku42.de>
This commit is contained in:
parent
7da6794022
commit
0e5776f673
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ static void usage(void)
|
||||||
int i;
|
int i;
|
||||||
printf("%s\n\n%s\n"
|
printf("%s\n\n%s\n"
|
||||||
"usage:\n"
|
"usage:\n"
|
||||||
" wpa_supplicant [-BddhKLqqtuvwW] [-P<pid file>] "
|
" wpa_supplicant [-BddhKLqqtuvW] [-P<pid file>] "
|
||||||
"[-g<global ctrl>] \\\n"
|
"[-g<global ctrl>] \\\n"
|
||||||
" -i<ifname> -c<config file> [-C<ctrl>] [-D<driver>] "
|
" -i<ifname> -c<config file> [-C<ctrl>] [-D<driver>] "
|
||||||
"[-p<driver_param>] \\\n"
|
"[-p<driver_param>] \\\n"
|
||||||
|
|
Loading…
Reference in a new issue