commit: 46f9dd411d23d4d50f2ad40d58b937cb5ffaec35
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 5 19:55:43 2018 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat Jul 7 05:22:14 2018 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-keys.git/commit/?id=46f9dd41
gkeys py2man: Add email option
Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
py2man/options.py | 3 +++
1 file changed, 3 insertions(+)
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
...]]',