# HG changeset patch # User Jeff Hammel # Date 1508267119 25200 # Node ID a3ee050ae568caf69f974bad9c67b4ff385fdc1a # Parent 6c918c07d0e31e4175b84fb491101aadb5eb0a53 [documentation] reference links diff -r 6c918c07d0e3 -r a3ee050ae568 python/gpg_add.py --- 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