diff --git a/zsh.d/zshfunctions/x509 b/zsh.d/zshfunctions/x509 index 0592061..3fe7f8c 100644 --- a/zsh.d/zshfunctions/x509 +++ b/zsh.d/zshfunctions/x509 @@ -14,7 +14,7 @@ while getopts ":hr:" arg; do remote=1 host=$OPTARG ;; - h) help=1 + h|*) help=1 ;; esac done diff --git a/zsh.d/zshfunctions/x509.zwc b/zsh.d/zshfunctions/x509.zwc index fb89d28..e772ea4 100644 Binary files a/zsh.d/zshfunctions/x509.zwc and b/zsh.d/zshfunctions/x509.zwc differ