mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Show help for "pihole checkout --help"
This commit is contained in:
parent
3bd677c102
commit
39b74ebfd4
1 changed files with 1 additions and 1 deletions
2
pihole
2
pihole
|
@ -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…
Reference in a new issue