mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Changed keywords
This commit is contained in:
parent
5c95c4074b
commit
dad18dc5de
1 changed files with 2 additions and 2 deletions
|
@ -361,8 +361,8 @@ main() {
|
|||
"-h" | "--help" ) helpFunc;;
|
||||
"privacymode" ) SetPrivacyMode;;
|
||||
"resolve" ) ResolutionSettings;;
|
||||
"addstatic" ) AddDHCPStaticAddress;;
|
||||
"removestatic" ) RemoveDHCPStaticAddress;;
|
||||
"addstaticdhcp" ) AddDHCPStaticAddress;;
|
||||
"removestaticdhcp" ) RemoveDHCPStaticAddress;;
|
||||
* ) helpFunc;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue