Rephrase 'Useful informations' in usage

This commit is contained in:
oblique 2013-12-04 15:59:57 +02:00
parent 8bee5d61ba
commit 3c7b4079c5

View File

@ -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"