Skip to content

Commit 0997eef

Browse files
author
=
committed
improved help: incorrect entries are ignored without further warning
1 parent 0fa6085 commit 0997eef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

hcxdumptool.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5500,6 +5500,7 @@ fprintf(stdout, "%s %s (C) %s ZeroBeat\n"
55005500
"-c <digit> : set channel (1a,2a,36b,...)\n"
55015501
" default: 1a,6a,11a\n"
55025502
" important notice: channel numbers are not unique\n"
5503+
" incorrect entries are ignored without further warning\n"
55035504
" it is mandatory to add band information to the channel number (e.g. 12a)\n"
55045505
" band a: NL80211_BAND_2GHZ\n"
55055506
" band b: NL80211_BAND_5GHZ\n"
@@ -5510,6 +5511,7 @@ fprintf(stdout, "%s %s (C) %s ZeroBeat\n"
55105511
#endif
55115512
" to disable frequency management, set this option to a single frequency/channel\n"
55125513
"-f <digit> : set frequency (2412,2417,5180,...)\n"
5514+
" incorrect entries are ignored without further warning\n"
55135515
"-F : use all available frequencies from INTERFACE\n"
55145516
"-t <second> : minimum stay time (will increase on new stations and/or authentications)\n"
55155517
" default %d seconds\n"

0 commit comments

Comments
 (0)