Rephrase 'Useful informations' in usage
This commit is contained in:
@ -36,11 +36,8 @@ usage() {
|
|||||||
echo " -d DNS server will take into account /etc/hosts"
|
echo " -d DNS server will take into account /etc/hosts"
|
||||||
echo
|
echo
|
||||||
echo "Useful informations:"
|
echo "Useful informations:"
|
||||||
echo " * You can create an Access Point from the same interface you are getting Internet."
|
echo " * You can create an AP with the same interface you are getting your Internet connection."
|
||||||
echo
|
echo " * You can pass your SSID and password through pipe or through arguments (see examples)."
|
||||||
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
|
echo
|
||||||
echo "Examples:"
|
echo "Examples:"
|
||||||
echo " $(basename $0) wlan0 eth0 MyAccessPoint MyPassPhrase"
|
echo " $(basename $0) wlan0 eth0 MyAccessPoint MyPassPhrase"
|
||||||
|
Reference in New Issue
Block a user