summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-08-05 14:15:41 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-08-05 14:15:41 -0400
commita7e520c59cf969192baf16147d570c9a9365c191 (patch)
tree200184e953f95c2069112c00f562f43fdea5077d /doc
parenta04f56a4b5d1020a25da1ff75f3835f194bd708c (diff)
parent31162d196d875c6b5d44c704b59b8b8743c685a9 (diff)
merged changes from Jamie McClelland.
Diffstat (limited to 'doc')
-rw-r--r--doc/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README b/doc/README
index bed0380..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
+0 12 * * * /usr/bin/gpg --refresh-keys > /dev/null 2>&1
This would refresh your keychain every day at noon.