summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJamie McClelland <jm@mayfirst.org>2008-08-03 16:36:03 -0400
committerJamie McClelland <jm@mayfirst.org>2008-08-03 16:36:03 -0400
commit38d9be677ee1928e92b6c914a5467fe9bf8bcd4e (patch)
tree7f13ca63f6c26bfb1419aaa18d629e75d79c9e16 /doc
parent939ccf7fcc6a0e7786bb414c993c9e81e6c65b06 (diff)
redirect sample refresh keys cron tab to /dev/null.
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..8d386de 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
This would refresh your keychain every day at noon.