aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2018-07-05 12:55:43 -0700
committerBrian Dolbec <dolsen@gentoo.org>2018-07-06 22:22:14 -0700
commit46f9dd411d23d4d50f2ad40d58b937cb5ffaec35 (patch)
tree4ae846cd69c91fcbdefd43c6737786f3cf00da45
parentgkeys-ldap updateseeds.sh: Shellcheck cleanup (diff)
downloadgentoo-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.py3
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 ...]]',