Document default behavour of -freq-band

fix https://github.com/lakinduakash/linux-wifi-hotspot/issues/110
This commit is contained in:
sigmaSd 2021-09-29 11:39:03 +01:00 committed by GitHub
parent 619a1c2e5d
commit 04b322313d
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"