chiark
/
gitweb
/
~mdw
/
distorted-keys
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1d0c984
)
pubkeyop.in: Make help option work.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 6 Oct 2012 22:44:14 +0000
(23:44 +0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/pubkeyop.in
b/pubkeyop.in
index 5a37534e19b923242c690b62c795eb2dac7dc4fd..91bbcc80077985ec99a6d3aaa3d0eddcb6ef0f6a 100755
(executable)
--- a/
pubkeyop.in
+++ b/
pubkeyop.in
@@
-119,7
+119,7
@@
cmd_verify () {
while getopts "hv" opt; do
case "$opt" in
while getopts "hv" opt; do
case "$opt" in
- h)
do
_help; exit ;;
+ h)
cmd
_help; exit ;;
v) version; exit ;;
*) usage_err ;;
esac
v) version; exit ;;
*) usage_err ;;
esac