create_ap

create a nat-ed wifi ap
git clone git://git.2f30.org/create_ap
Log | Files | Refs | README | LICENSE

commit b9fd1fd19f9cb447992eada06eefa7499b1186c0
parent 7b39fe65fae34d44344c04575ab4f2077733ffae
Author: oblique <psyberbits@gmail.com>
Date:   Sun, 17 Nov 2013 13:43:32 +0200

Minor change in usage()

Diffstat:
Mcreate_ap | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/create_ap b/create_ap @@ -10,7 +10,7 @@ # haveged (optional) usage() { - echo "Usage: $(basename $0) [options] <wifi-interface> [<interface-with-internet>] <access-point-name> [<passphrase>]" + echo "Usage: $(basename $0) [options] <wifi-interface> [<interface-with-internet>] [<access-point-name> [<passphrase>]]" echo echo "Options:" echo " -h, --help Show this help"