mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
wireless/wapi: Fix the usage message
This commit is contained in:
parent
3040c59ae9
commit
e44268c484
1 changed files with 2 additions and 2 deletions
|
|
@ -911,9 +911,9 @@ static void wapi_showusage(FAR const char *progname, int exitcode)
|
|||
fprintf(stderr, "\t%s psk <ifname> <passphrase> <index/flag>\n",
|
||||
progname);
|
||||
fprintf(stderr, "\t%s disconnect <ifname>\n", progname);
|
||||
fprintf(stderr, "\t%s mode <ifname> <ifname> <index/mode>\n",
|
||||
fprintf(stderr, "\t%s mode <ifname> <index/mode>\n",
|
||||
progname);
|
||||
fprintf(stderr, "\t%s ap <ifname> <ifname> <MAC address>\n",
|
||||
fprintf(stderr, "\t%s ap <ifname> <MAC address>\n",
|
||||
progname);
|
||||
fprintf(stderr, "\t%s bitrate <ifname> <bitrate> <index/flag>\n",
|
||||
progname);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue