Add better host certifier management, and updated man page.
[monkeysphere.git] / src / monkeysphere
index ab42665f2d25c66af8ffa9a27bb7da6a2b6067ec..b10adb7a4231bf5cd214daf269cab2895ed6a623 100755 (executable)
@@ -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