Mercurial > hg > config
diff python/gpg_add.py @ 848:a3ee050ae568
[documentation] reference links
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 17 Oct 2017 12:05:19 -0700 |
parents | 6c918c07d0e3 |
children |
line wrap: on
line diff
--- a/python/gpg_add.py Tue Oct 17 11:59:09 2017 -0700 +++ b/python/gpg_add.py Tue Oct 17 12:05:19 2017 -0700 @@ -4,6 +4,11 @@ add a line to a gpg file; requires `gpg` on your path """ +# Reference: +# - https://www.gnupg.org/gph/en/manual/x110.html +# - https://www.gnupg.org/gph/en/manual/x56.html +# - http://tuxlabs.com/?p=450 + import argparse import os import shutil