diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-17 00:36:07 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-17 00:36:07 -0500 |
commit | 54e5dd2bd3d63238142c748c64fdf66135a47136 (patch) | |
tree | a959208bf3fe1a668c17206138162cb44d6c5114 /src/monkeysphere-host | |
parent | 650969a09be64ceda9a9773b1ba1803584ca9ada (diff) |
fix a couple of left over references to expert
Diffstat (limited to 'src/monkeysphere-host')
-rwxr-xr-x | src/monkeysphere-host | 3 |
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" |