mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-25 06:10:20 +00:00
Fixed typo, extended help text
This commit is contained in:
parent
da363070c7
commit
ee8f29d178
1 changed files with 2 additions and 1 deletions
|
@ -19,8 +19,9 @@ helpFunc() {
|
||||||
:::
|
:::
|
||||||
::: Options:
|
::: Options:
|
||||||
::: -p, password Set web interface password, an empty input will remove any previously set password
|
::: -p, password Set web interface password, an empty input will remove any previously set password
|
||||||
::: -c, celsius Set Celcius temperature unit
|
::: -c, celsius Set Celsius temperature unit
|
||||||
::: -f, fahrenheit Set Fahrenheit temperature unit
|
::: -f, fahrenheit Set Fahrenheit temperature unit
|
||||||
|
::: -k, kelvin Set Kelvin temperature unit
|
||||||
::: -h, --help Show this help dialog
|
::: -h, --help Show this help dialog
|
||||||
EOM
|
EOM
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue