diff options
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 |