Merge pull request #193 from sigmaSd/patch-1

Document default behavior of --freq-band
This commit is contained in:
Lakindu Akash 2021-09-29 18:05:44 +05:30 committed by GitHub
commit f01b086e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ usage() {
echo " --ht_capab <HT> HT capabilities (default: [HT40+])"
echo " --vht_capab <VHT> VHT capabilities"
echo " --country <code> Set two-letter country code for regularity (example: US)"
echo " --freq-band <GHz> Set frequency band. Valid inputs: 2.4, 5 (default: 2.4)"
echo " --freq-band <GHz> Set frequency band. Valid inputs: 2.4, 5 (default: Use 5GHz if the interface supports it)"
echo " --driver Choose your WiFi adapter driver (default: nl80211)"
echo " --no-virt Do not create virtual interface"
echo " --no-haveged Do not run 'haveged' automatically when needed"