@ -121,7 +121,7 @@ displayHelp() {
|
||||
::: -j, --json output stats as JSON formatted string
|
||||
::: -h, --help display this help text
|
||||
EOM
|
||||
exit 1
|
||||
exit 0
|
||||
}
|
||||
|
||||
if [[ $# = 0 ]]; then
|
||||
|
@ -86,7 +86,7 @@ helpFunc() {
|
||||
::: -h, --help Show this help dialog
|
||||
:::
|
||||
EOM
|
||||
exit 1
|
||||
exit 0
|
||||
}
|
||||
|
||||
if [[ $# = 0 ]]; then
|
||||
|
@ -23,7 +23,7 @@ helpFunc() {
|
||||
::: -f, fahrenheit Set Fahrenheit temperature unit
|
||||
::: -h, --help Show this help dialog
|
||||
EOM
|
||||
exit 1
|
||||
exit 0
|
||||
}
|
||||
|
||||
SetTemperatureUnit(){
|
||||
|
Reference in New Issue
Block a user