docs
authorIan Kelling <iank@fsf.org>
Tue, 11 Feb 2020 01:52:17 +0000 (20:52 -0500)
committerIan Kelling <iank@fsf.org>
Tue, 11 Feb 2020 01:52:17 +0000 (20:52 -0500)
fsf-keyring.sh

index a8478bb19b6da772d1d46d637d2299471a795d23..f4f11a6f122a94fbe1e462b93f4ad1dbae030776 100755 (executable)
@@ -2,6 +2,9 @@
 
 # Usage: $0 [-r]
 # -r means dont refresh keys from keyservers
+#
+# See https://gluestick.office.fsf.org/checklists/person/crypto-keys/ for
+# upload command.
 
 shopt -s inherit_errexit 2>/dev/null ||: # ignore fail in bash < 4.4
 set -eE -o pipefail