diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-21 14:50:18 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-21 14:50:18 -0500 |
commit | 35559940b9ccab1df260da9da30dff5991a1778e (patch) | |
tree | 3ca5d2c22621499731322070b04c7d35eaf9efb6 | |
parent | 5b7c3c817fda89dc5954f79ba2eb209dd07f3edf (diff) | |
parent | ad2ac2649dd86299a6904ae8ad0849d2c3410bdb (diff) |
Merge commit 'jrollins/master'
-rw-r--r-- | src/share/mh/import_key | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/mh/import_key b/src/share/mh/import_key index 7c11890..c545388 100644 --- a/src/share/mh/import_key +++ b/src/share/mh/import_key @@ -52,7 +52,7 @@ will be generated with the following user ID: EOF read -p "Are you sure you would like to create certificate? [Y/n] " OK; OK=${OK:-Y} if [ "${OK/y/Y}" != 'Y' ] ; then - failure "revoker not added." + failure "ssh key not imported." fi else log debug "importing key without prompting." |