This commit is contained in:
Tobias Powalowski 2022-12-13 17:50:12 +01:00
parent fd53339f18
commit 6c33c7e9cb

View file

@ -13,7 +13,7 @@ usage()
echo "Create a simulated wireless SSID for testing purposes"
echo "with mac80211_hwsim module."
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 "- wlan1 will be setup for STATION mode. Use this for scanning for your AP."
echo -e "usage: \033[1m${APPNAME} <SSID>\033[0m"
exit 0
}