diff options
author | 2015-01-06 10:26:03 -0800 | |
---|---|---|
committer | 2015-01-06 13:19:39 -0800 | |
commit | b623e3b05f43513dea9919a7f2644c52a17f5fb0 (patch) | |
tree | 6dd36c0f06ed8881dcd7f84a4ecbb1d2f87fa1e9 | |
parent | py2man/manpages.py: set date once, debug fixes (diff) | |
download | gentoo-keys-b623e3b05f43513dea9919a7f2644c52a17f5fb0.tar.gz gentoo-keys-b623e3b05f43513dea9919a7f2644c52a17f5fb0.tar.bz2 gentoo-keys-b623e3b05f43513dea9919a7f2644c52a17f5fb0.zip |
py2man/options.py: Add missed '1name' option
-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 68134b0..87d19bf 100644 --- a/py2man/options.py +++ b/py2man/options.py @@ -52,6 +52,8 @@ The email address to search for or use.''', The nick of the user whose gkey seed is being added''', 'name': '''.IP "-N \\fINAME\\fR, --name \\fINAME" The name of the user whose gkey seed is being added''', + '1name': '''.IP "-N \\fINAME\\fR, --name \\fINAME" +The name of the user whose gkey seed is being added''', 'keydir': '''.IP "-r \\fIKEYDIR\\fR, --keydir \\fIKEYDIR" The key directory the key is to be installed to''', 'signature': '''.IP "-s \\fISIGNATURE\\fR, --signature \\fISIGNATURE" |