From 3c7b4079c50cfae4a4ed6a49eb7b8278806418ba Mon Sep 17 00:00:00 2001 From: oblique Date: Wed, 4 Dec 2013 15:59:57 +0200 Subject: [PATCH] Rephrase 'Useful informations' in usage --- create_ap | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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"