diff --git a/create_ap b/create_ap index e8a658e..f83a20d 100755 --- a/create_ap +++ b/create_ap @@ -36,11 +36,8 @@ usage() { echo " -d DNS server will take into account /etc/hosts" echo echo "Useful informations:" - echo " * You can create an Access Point from the same interface you are getting Internet." - echo - echo " * If you want to pass the and from stdin, you" - echo " must not use them in the argument list. You must the put " - echo " at the first line and at the second line. See examples." + echo " * You can create an AP with the same interface you are getting your Internet connection." + echo " * You can pass your SSID and password through pipe or through arguments (see examples)." echo echo "Examples:" echo " $(basename $0) wlan0 eth0 MyAccessPoint MyPassPhrase"