X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-keys/blobdiff_plain/b8691d149111f03c39f847f8b42cdd66858a7b1e..0bc47568f2c94d6e48bc389ac508d5f905daa9c7:/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