diff --git a/usr/bin/archboot-hwsim.sh b/usr/bin/archboot-hwsim.sh index 7b48f102b..f2923db0d 100755 --- a/usr/bin/archboot-hwsim.sh +++ b/usr/bin/archboot-hwsim.sh @@ -12,8 +12,8 @@ usage() echo -e "\033[1m---------------------------------------\033[0m" echo "Create a simulated wireless SSID for testing purposes" echo "with mac80211_hwsim module." - echo "- wlan0 will be setup for the AP" - echo "- wlan1 will be setup for STATION mode, use this for scanning your AP" + echo "- wlan0 will be setup as the AP. Don't use for scanning!" + echo "- wlan1 will be setup for STATION mode. uUse this for scanning for your AP." echo -e "usage: \033[1m${APPNAME} \033[0m" exit 0 }