From e32983db50613d9b20e83b7f733f0ec15b497bbb Mon Sep 17 00:00:00 2001 From: Dan Lenski Date: Fri, 27 Dec 2019 22:25:38 -0800 Subject: [PATCH] clarify action of --no-dns and --no-dns-masq options --- create_ap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create_ap b/create_ap index f23d444..ef7833e 100755 --- a/create_ap +++ b/create_ap @@ -74,8 +74,8 @@ usage() { echo " --config Load configs from conf_file" echo echo "Non-Bridging Options:" - echo " --no-dns Disable dnsmasq DNS server" - echo " --no-dnsmasq Disable dnsmasq server completely" + echo " --no-dns Disable dnsmasq DNS server (prevents clients from using Access Point for DNS)" + echo " --no-dnsmasq Disable dnsmasq server completely (implies --no-dns and disables DHCP as well)" echo " -g IPv4 Gateway for the Access Point (default: 192.168.12.1)" echo " -d DNS server will take into account /etc/hosts" echo " -e DNS server will take into account additional hosts file"