From a09cf82d1d166b512bc7dadafcb3aeb03aa976ef Mon Sep 17 00:00:00 2001 From: Stan Domula Date: Thu, 4 May 2017 11:08:22 +0200 Subject: [PATCH] make --no-dnsmasq usage text shorter --- create_ap | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/create_ap b/create_ap index 95f835f..24138a6 100755 --- a/create_ap +++ b/create_ap @@ -56,8 +56,7 @@ usage() { echo " --driver Choose your WiFi adapter driver (default: nl80211)" echo " --no-virt Do not create virtual interface" echo " --no-haveged Do not run 'haveged' automatically when needed" - echo " --no-dnsmasq Do not run 'dnsmasq'. Iptables and interfaces for sharing" - echo " the internet connection are still handled automatically." + echo " --no-dnsmasq Do not run 'dnsmasq'" echo " --fix-unmanaged If NetworkManager shows your interface as unmanaged after you" echo " close create_ap, then use this option to switch your interface" echo " back to managed"