diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2018-07-05 12:55:43 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2018-07-06 22:22:14 -0700 |
commit | 46f9dd411d23d4d50f2ad40d58b937cb5ffaec35 (patch) | |
tree | 4ae846cd69c91fcbdefd43c6737786f3cf00da45 | |
parent | gkeys-ldap updateseeds.sh: Shellcheck cleanup (diff) | |
download | gentoo-keys-46f9dd411d23d4d50f2ad40d58b937cb5ffaec35.tar.gz gentoo-keys-46f9dd411d23d4d50f2ad40d58b937cb5ffaec35.tar.bz2 gentoo-keys-46f9dd411d23d4d50f2ad40d58b937cb5ffaec35.zip |
gkeys py2man: Add email option
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
-rw-r--r-- | py2man/options.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/py2man/options.py b/py2man/options.py index 61a6230..e0ccd81 100644 --- a/py2man/options.py +++ b/py2man/options.py @@ -28,6 +28,8 @@ The path to an alternate config file''', The logging level to set for the logfile''', 'dest': '''.IP "-d \\fIDESTINATION\\fR, --dest \\fIDESTINATION" The category name of the seed file being added to.''', + 'email': '''.IP "-E \\fIEMAIL\\fR, --email \\fIEMAIL" +Email parameter for sending email reminders.''', 'exact': '''.IP "-e, --exact" Use CASE matching in searches''', 'file': '''.IP "-F \\fIFILENAME\\fR, --file \\fIFILENAME" @@ -77,6 +79,7 @@ SHORT_OPTS = OrderedDict({ 'cleanseed': '[\\fB\\-\\-cleanseed\\fR]', 'dest': '[\\fB\\-d\\fR \\fIDESTINATION\\fR]', 'exact': '[\\fB\\-e\\fR]', + 'email': '[\\fB\\-E\\fR]', 'file': '[\\fB\\-F\\fR \\fIFILENAME\\fR]', '1file': '[\\fB\\-F\\fR \\fIFILENAME\\fR]', 'fingerprint': '[\\fB\\-f\\fR \\fIFINGERPRINT\\fR [\\fIFINGERPRINT\\fR ...]]', |