Print descriptive messages for several switches
* Print messages for terminating switches like --list, --stop, --fix-unmanaged and --daemon * Minor change in help string
This commit is contained in:
@ -111,7 +111,8 @@ _create_ap() {
|
||||
# No Options
|
||||
;;
|
||||
--stop)
|
||||
opts=$("$1" --list)
|
||||
local stop_awk_cmd='$1 ~ /^[0-9]+$/'
|
||||
opts=$("$1" --list | awk "$stop_awk_cmd")
|
||||
;;
|
||||
--list)
|
||||
# No Options
|
||||
|
Reference in New Issue
Block a user