LOGCXX-497: Fixed wrong GPG-command.
diff --git a/src/site/apt/download.apt.vm b/src/site/apt/download.apt.vm
index 432c2f0..b9a6d45 100644
--- a/src/site/apt/download.apt.vm
+++ b/src/site/apt/download.apt.vm
@@ -41,11 +41,11 @@
 
     The PGP signatures can be verified using PGP or GPG. First download the {{{http://www.apache.org/dist/logging/KEYS}KEYS}}
     as well as the asc signature file for the relevant distribution. Make sure you get these files from the
-    {{{http://www.apache.org/dist/logging/}main distribution directory}}, rather than from a mirror. Then verify the signatures using
+    {{{http://www.apache.org/dist/logging/}main distribution directory}}, rather than from a mirror. Then verify the signatures using:
 
 ---
 % gpg --import KEYS
-% gpg --verify ${releaseArtifactId}-${releaseVersion}.tar.gz.asc
+% gpg --verify ${releaseArtifactId}-${releaseVersion}.tar.gz.asc ${releaseArtifactId}-${releaseVersion}.tar.gz
 ---
 
         * ${releaseArtifactId}-${releaseVersion} is signed by ${releaseManager} (${releaseKey})