diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-01-18 17:14:04 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-01-18 17:14:04 -0500 |
commit | 9307f58b4fdf8e139c4fd5de5c3a878b8b12d0b1 (patch) | |
tree | 1ecfb7b40cbe74e4937ebdb812818463abc1bf48 /src/share/mh/diagnostics | |
parent | 082cf2b49015ec2373417b65ce37b5b67145982d (diff) |
renaming m-h update_gpg_pub_file to update_pgp_pub_file
Diffstat (limited to 'src/share/mh/diagnostics')
-rw-r--r-- | src/share/mh/diagnostics | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/mh/diagnostics b/src/share/mh/diagnostics index b92d729..8e83cc5 100644 --- a/src/share/mh/diagnostics +++ b/src/share/mh/diagnostics @@ -33,7 +33,7 @@ if ! [ -d "$SYSDATADIR" ] ; then fi if ! [ -f "$HOST_KEY_FILE" ] ; then - echo "No host key gpg pub file found!" + echo "No host key OpenPGP pub file found!" echo " - Recommendation: run 'monkeysphere-host import-key'" exit fi |