]> git.ipfire.org Git - people/stevee/network.git/blobdiff - src/functions/functions.cli
ipv4-static: Update hook
[people/stevee/network.git] / src / functions / functions.cli
index ca60d143c351a21c6d1159a58db523b8b6451781..a3ee722b113ba38f18b7a959cdab225d34183dca 100644 (file)
@@ -26,11 +26,11 @@ function cli_help_requested() {
 
        if [ -n "${argument}" ]; then
                if listmatch ${argument} help -h --help; then
-                       return ${EXIT_OK}
+                       return ${EXIT_TRUE}
                fi
        fi
 
-       return ${EXIT_ERROR}
+       return ${EXIT_FALSE}
 }
 
 function cli_run_help() {