fix a couple of left over references to expert
[monkeysphere.git] / src / monkeysphere-host
index 6220760fa091a6e14a3d0461da817217d1da29bf..8562ec64e9cf74330268fb375d87f24323e18a5b 100755 (executable)
@@ -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"