Show help for "pihole checkout --help"

pull/1468/head
WaLLy3K 7 years ago committed by GitHub
parent 3bd677c102
commit 39b74ebfd4

@ -280,7 +280,7 @@ tailFunc() {
}
piholeCheckoutFunc() {
if [[ "$2" == "-h" ]]; then
if [[ "$2" == "-h" ]] || [[ "$2" == "--help" ]]; then
echo "Usage: pihole checkout [repo] [branch]
Example: 'pihole checkout master' or 'pihole checkout core dev'
Switch Pi-hole subsystems to a different Github branch

Loading…
Cancel
Save