summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJamie McClelland <jm@mayfirst.org>2008-08-05 12:38:41 -0400
committerJamie McClelland <jm@mayfirst.org>2008-08-05 12:38:41 -0400
commitec967faab6f191a33e4a804fc6c913d07d2cf15e (patch)
treef0887f5406ba0c14381971778977c159c213caa3 /doc
parent09dac2ce10990b98e5cae82e5a52409f1c3a2447 (diff)
fixing redrect of /usr/bin/gpg to redirect error as well as standard
output to /dev/null for truly quiet output.
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 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.