From ab2b28e54edd82d5179d09f2b27b659e4d3d4055 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 13 Dec 2022 17:47:02 +0100 Subject: [PATCH] add more information --- usr/bin/archboot-hwsim.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/bin/archboot-hwsim.sh b/usr/bin/archboot-hwsim.sh index b3a11613b..7b48f102b 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 the AP" - echo "- wlan1 will be for STATION mode" + echo "- wlan0 will be setup for the AP" + echo "- wlan1 will be setup for STATION mode, use this for scanning your AP" echo -e "usage: \033[1m${APPNAME} \033[0m" exit 0 }