X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-keys/blobdiff_plain/b8691d149111f03c39f847f8b42cdd66858a7b1e..bc1004c60bf8d9e292722fb8b1c5552ad9cf99a3:/pubkeyop.in diff --git a/pubkeyop.in b/pubkeyop.in index 5a37534..91bbcc8 100755 --- a/pubkeyop.in +++ b/pubkeyop.in @@ -119,7 +119,7 @@ cmd_verify () { while getopts "hv" opt; do case "$opt" in - h) do_help; exit ;; + h) cmd_help; exit ;; v) version; exit ;; *) usage_err ;; esac