summaryrefslogtreecommitdiff
path: root/src/monkeysphere
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-06-29 14:54:00 -0400
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-06-29 14:54:00 -0400
commite04825a10f888602276a2e803401a879dbcec671 (patch)
tree28450dca9259d8500338703bee469dc80ef7f49d /src/monkeysphere
parent2a9024360d16701f4bc9f92290aeeedfe33a1163 (diff)
Add better host certifier management, and updated man page.
Diffstat (limited to 'src/monkeysphere')
-rwxr-xr-xsrc/monkeysphere2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monkeysphere b/src/monkeysphere
index ab42665..b10adb7 100755
--- a/src/monkeysphere
+++ b/src/monkeysphere
@@ -72,7 +72,7 @@ gen_subkey(){
# prompt if an authentication subkey already exists
if echo "$gpgOut" | egrep "^(pub|sub):" | cut -d: -f 12 | grep -q a ; then
echo "An authentication subkey already exists for key '$keyID'."
- read -p "Are you sure you would like to generate another one? [y|N]: " OK; OK=${OK:N}
+ read -p "Are you sure you would like to generate another one? (y/N) " OK; OK=${OK:N}
if [ "${OK/y/Y}" != 'Y' ] ; then
failure "aborting."
fi