diff options
-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 ...]]', |