summaryrefslogtreecommitdiff
path: root/src/monkeysphere-host
diff options
context:
space:
mode:
Diffstat (limited to 'src/monkeysphere-host')
-rwxr-xr-xsrc/monkeysphere-host3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/monkeysphere-host b/src/monkeysphere-host
index 6220760..8562ec6 100755
--- a/src/monkeysphere-host
+++ b/src/monkeysphere-host
@@ -181,7 +181,8 @@ show_key() {
| grep '^fpr:' | cut -d: -f10 )
# list the host key info
- gpg --list-key --fingerprint --list-options show-unusable-uids 2>/dev/null
+ gpg --list-keys --fingerprint \
+ --list-options show-unusable-uids 2>/dev/null
# list the pgp fingerprint
echo "OpenPGP fingerprint: $HOST_FINGERPRINT"