Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-keys:master commit in: py2man/
Date: Sat, 07 Jul 2018 05:24:04
Message-Id: 1530940934.46f9dd411d23d4d50f2ad40d58b937cb5ffaec35.dolsen@gentoo
1 commit: 46f9dd411d23d4d50f2ad40d58b937cb5ffaec35
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 5 19:55:43 2018 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 7 05:22:14 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-keys.git/commit/?id=46f9dd41
7
8 gkeys py2man: Add email option
9
10 Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
11
12 py2man/options.py | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/py2man/options.py b/py2man/options.py
16 index 61a6230..e0ccd81 100644
17 --- a/py2man/options.py
18 +++ b/py2man/options.py
19 @@ -28,6 +28,8 @@ The path to an alternate config file''',
20 The logging level to set for the logfile''',
21 'dest': '''.IP "-d \\fIDESTINATION\\fR, --dest \\fIDESTINATION"
22 The category name of the seed file being added to.''',
23 + 'email': '''.IP "-E \\fIEMAIL\\fR, --email \\fIEMAIL"
24 +Email parameter for sending email reminders.''',
25 'exact': '''.IP "-e, --exact"
26 Use CASE matching in searches''',
27 'file': '''.IP "-F \\fIFILENAME\\fR, --file \\fIFILENAME"
28 @@ -77,6 +79,7 @@ SHORT_OPTS = OrderedDict({
29 'cleanseed': '[\\fB\\-\\-cleanseed\\fR]',
30 'dest': '[\\fB\\-d\\fR \\fIDESTINATION\\fR]',
31 'exact': '[\\fB\\-e\\fR]',
32 + 'email': '[\\fB\\-E\\fR]',
33 'file': '[\\fB\\-F\\fR \\fIFILENAME\\fR]',
34 '1file': '[\\fB\\-F\\fR \\fIFILENAME\\fR]',
35 'fingerprint': '[\\fB\\-f\\fR \\fIFINGERPRINT\\fR [\\fIFINGERPRINT\\fR ...]]',