mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-17 21:59:55 +00:00
Add HelpFunc
This commit is contained in:
parent
f49ca48a22
commit
ae47be0ce9
12
gravity.sh
12
gravity.sh
@ -27,6 +27,18 @@ else
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
function helpFunc()
|
||||||
|
{
|
||||||
|
echo "::: Pull in domains from adlists"
|
||||||
|
echo ":::"
|
||||||
|
echo "::: Usage: pihole -g"
|
||||||
|
echo ":::"
|
||||||
|
echo "::: Options:"
|
||||||
|
echo "::: -f, --force Force lists to be downloaded, even if they don't need updating."
|
||||||
|
echo "::: -h, --help Show this help dialog"
|
||||||
|
exit 1
|
||||||
|
}
|
||||||
|
|
||||||
piholeIPfile=/etc/pihole/piholeIP
|
piholeIPfile=/etc/pihole/piholeIP
|
||||||
piholeIPv6file=/etc/pihole/.useIPv6
|
piholeIPv6file=/etc/pihole/.useIPv6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user