fix instructions
authorLuca Filipozzi <lfilipoz@emyr.net>
Tue, 20 Aug 2013 19:32:41 +0000 (19:32 +0000)
committerLuca Filipozzi <lfilipoz@emyr.net>
Tue, 20 Aug 2013 19:32:41 +0000 (19:32 +0000)
input/howto/add-guest.creole

index 69edeb7..cfc2c6b 100644 (file)
@@ -6,7 +6,7 @@ Import the guest key into your keyring.
 {{{
        echo -n "New user's key fingerprint: " &&
        read fingerprint &&
-       gpg --import "`echo $fingerprint | tr -d ' ' | cut -b 25-`"
+       gpg --recv-keys "`echo $fingerprint | tr -d ' ' | cut -b 25-`"
 }}}
 
 Change to the directory where you keep the guest-keyring repository: