summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README b/doc/README
index 8d386de..2fc2d5f 100644
--- a/doc/README
+++ b/doc/README
@@ -10,7 +10,7 @@ Keeping your keyring up-to-date
Regularly refresh your GnuPG keyring from the keyservers. This can be
done with a simple cronjob. An example of crontab line to do this is:
-0 12 * * * /usr/bin/gpg --refresh-keys > /dev/null
+0 12 * * * /usr/bin/gpg --refresh-keys > /dev/null 2>&1
This would refresh your keychain every day at noon.