Show help for "pihole -a -i --help"

pull/1468/head
WaLLy3K 7 years ago committed by GitHub
parent b721ed49ab
commit 0e4473685b

@ -390,7 +390,7 @@ SetHostRecord() {
SetListeningMode() {
source "${setupVars}"
if [[ "$3" == "-h" ]]; then
if [[ "$3" == "-h" ]] || [[ "$3" == "--help" ]]; then
echo "Usage: pihole -a -i [interface]
Example: 'pihole -a -i local'
Specify dnsmasq's network interface listening behavior

Loading…
Cancel
Save