commit 3c7b4079c50cfae4a4ed6a49eb7b8278806418ba parent 8bee5d61ba4d75ea1e74ed1b0246554b90beb3eb Author: oblique <psyberbits@gmail.com> Date: Wed, 4 Dec 2013 15:59:57 +0200 Rephrase 'Useful informations' in usage Diffstat:
M | create_ap | | | 7 | ++----- |
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git 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 <access-point-name> and <passphrase> from stdin, you" - echo " must not use them in the argument list. You must the put <access-point-name>" - echo " at the first line and <passphrase> 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"