diff options
author | 2015-01-06 10:22:41 -0800 | |
---|---|---|
committer | 2015-01-06 10:22:41 -0800 | |
commit | 513395f66ae7bfb83736f6166b919f6713e4b5f6 (patch) | |
tree | b06cfdcaa36278c44f4aa5c47b5c422082cef813 /py2man | |
parent | gkeyldap/bin/make-rel.kering.sh: Initial rough-in of a keyring release script (diff) | |
download | gentoo-keys-513395f66ae7bfb83736f6166b919f6713e4b5f6.tar.gz gentoo-keys-513395f66ae7bfb83736f6166b919f6713e4b5f6.tar.bz2 gentoo-keys-513395f66ae7bfb83736f6166b919f6713e4b5f6.zip |
py2man/*.template: Fix missed 's' in %(actions)s
Diffstat (limited to 'py2man')
-rw-r--r-- | py2man/command.template | 2 | ||||
-rw-r--r-- | py2man/sub-command.template | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/py2man/command.template b/py2man/command.template index cd69ff2..975a4bf 100644 --- a/py2man/command.template +++ b/py2man/command.template @@ -25,7 +25,7 @@ Please assign bug to <gkeys@gentoo.org> email alias. Gentoo Keys project is under GPL-2 License. .SH AUTHORS -%(authors) +%(authors)s .SH "SEE ALSO" .BR gkeys.conf (1), diff --git a/py2man/sub-command.template b/py2man/sub-command.template index 0a6c1a8..20010cb 100644 --- a/py2man/sub-command.template +++ b/py2man/sub-command.template @@ -27,7 +27,7 @@ Please assign bug to <gkeys@gentoo.org> email alias. Gentoo Keys project is under GPL-2 License. .SH AUTHORS -%(authors) +%(authors)s .SH "SEE ALSO" .BR gkeys (1), |