pubkeyop.in: Make help option work.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 6 Oct 2012 22:44:14 +0000 (23:44 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 6 Oct 2012 22:44:14 +0000 (23:44 +0100)
Must have been left behind in some rearrangement.

pubkeyop.in

index 5a37534..91bbcc8 100755 (executable)
@@ -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