From a52999256405b88b9227fc6e98599a5bc17d9ea5 Mon Sep 17 00:00:00 2001 From: Joanna Rutkowska Date: Tue, 12 Apr 2011 07:13:13 +0000 Subject: [PATCH] VerifyingSignatures changed corrected gpg example --- VerifyingSignatures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VerifyingSignatures.md b/VerifyingSignatures.md index 69d2e6d9..6891ee52 100644 --- a/VerifyingSignatures.md +++ b/VerifyingSignatures.md @@ -32,7 +32,7 @@ Every file published by the Qubes Project (rpm, tgz, git repositories) is digita The public portion of the Master Key can be download from a keyserver, e.g.: ``` {.wiki} -gpg --recv 0x36879494 +gpg --recv-keys 0x36879494 ``` (You can use other key server than `pgp.mit.edu`, which is just an example)