Mercurial > hg > config
changeset 848:a3ee050ae568
[documentation] reference links
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 17 Oct 2017 12:05:19 -0700 |
parents | 6c918c07d0e3 |
children | 81d2f5c20ceb |
files | python/gpg_add.py |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
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