projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c944ee5
)
small tweaks to failure messages
author
Jameson Rollins
<jrollins@finestructure.net>
Sat, 16 Jan 2010 18:34:51 +0000
(13:34 -0500)
committer
Jameson Rollins
<jrollins@finestructure.net>
Sat, 16 Jan 2010 18:34:51 +0000
(13:34 -0500)
src/monkeysphere-host
patch
|
blob
|
history
diff --git
a/src/monkeysphere-host
b/src/monkeysphere-host
index 903e3335c8f34a6735defbda1b5cf05f9b28c132..8452e6c082dfddba52ace4638677da8c4e0b869d 100755
(executable)
--- a/
src/monkeysphere-host
+++ b/
src/monkeysphere-host
@@
-138,12
+138,13
@@
Please run 'monkeysphere-host import-key' to import a key."
;;
*)
if [ -z "$keyID" ] ; then
- failure "Keyring contains multiple keys. Please specify one to act on (see 'monkeysphere-host show-key')."
+ failure "Your host keyring contains multiple keys.
+Please specify one to act on (see 'monkeysphere-host show-key')."
fi
;;
esac
printf '%s\n' "${fprs[@]}" | grep "${keyID}$" \
- || failure "
K
ey '$keyID' not found."
+ || failure "
Host k
ey '$keyID' not found."
}
# return 0 if user ID was found.