diff --git a/zsh.d/zshfunctions/x509 b/zsh.d/zshfunctions/x509 index f905ea0..a200e17 100644 --- a/zsh.d/zshfunctions/x509 +++ b/zsh.d/zshfunctions/x509 @@ -19,6 +19,6 @@ while getopts ":hr:" arg; do ;; esac done -[ $help -eq 1 ] && usage +[ $help -eq 1 ] && usage && return 0 [ $remote -eq 0 ] && openssl x509 -in $* -noout -text [ $remote -eq 1 ] && openssl s_client -connect $host < /dev/null | openssl x509 -noout -text diff --git a/zsh.d/zshfunctions/x509.zwc b/zsh.d/zshfunctions/x509.zwc index fe004a1..aa552f1 100644 Binary files a/zsh.d/zshfunctions/x509.zwc and b/zsh.d/zshfunctions/x509.zwc differ