diff options
Diffstat (limited to 'py2man/options.py')
-rw-r--r-- | py2man/options.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/py2man/options.py b/py2man/options.py index 87d19bf..61a6230 100644 --- a/py2man/options.py +++ b/py2man/options.py @@ -64,6 +64,8 @@ The spec file to use from the gkeys-gen.conf file.''', Turn on timestamp use.''', 'uid': '''.IP "-u \\fIUID\\fR, --uid \\fIUID" The user id(s) (and email) of the key(s) being added (optional)''', + 'version': '''.IP "-V, --version" +The program version''', }) SHORT_OPTS = OrderedDict({ |