chiark / gitweb /
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 5a37534e19b923242c690b62c795eb2dac7dc4fd..91bbcc80077985ec99a6d3aaa3d0eddcb6ef0f6a 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