diff --git a/src/scripts/create_ap b/src/scripts/create_ap index 3a577b0..a2fa05a 100755 --- a/src/scripts/create_ap +++ b/src/scripts/create_ap @@ -52,7 +52,7 @@ usage() { echo " --ht_capab HT capabilities (default: [HT40+])" echo " --vht_capab VHT capabilities" echo " --country Set two-letter country code for regularity (example: US)" - echo " --freq-band Set frequency band. Valid inputs: 2.4, 5 (default: 2.4)" + echo " --freq-band 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"