[Python-modules-commits] [pyjokes] 09/09: Add manpage for python3 binary

Ethan Ward ethanward-guest at moszumanska.debian.org
Fri Aug 11 18:13:23 UTC 2017


This is an automated email from the git hooks/post-receive script.

ethanward-guest pushed a commit to branch master
in repository pyjokes.

commit 4604fe1cef90ad2391a92d49052aa4aed14dc804
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date:   Fri Aug 11 13:11:16 2017 -0500

    Add manpage for python3 binary
---
 debian/pyjoke.1                | 22 ++++++++++++++++++++++
 debian/python3-pyjokes.install |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/pyjoke.1 b/debian/pyjoke.1
new file mode 100644
index 0000000..bef3686
--- /dev/null
+++ b/debian/pyjoke.1
@@ -0,0 +1,22 @@
+.TH man 1 "11 August 2017" "0.5.0" "pyjoke manpage"
+.SH NAME
+pyjoke \- one line jokes for programmers
+.SH SYNOPSIS
+pyjoke [-h] [-c {neutral,adult,chuck,all}] [-l {en,de,es}]
+.SH DESCRIPTION
+Create an mp3 file from your text with the gtts-cli command line utility. It allows unlimited lengths to be spoken by tokenizing long sentences where the speech would naturally pause.
+.SH OPTIONS
+.TP
+.B [-h | --help]
+Prints a help message and exits.
+.TP
+.B [-c CATEGORY | --category CATEGORY]
+Joke category.
+.TP
+.B (-l LANG | --lang LANG)
+Joke language.
+.SH SEE ALSO
+.SH BUGS
+No known bugs.
+.SH AUTHOR
+Ethan Ward <ethan.ward at mycroft.ai>
diff --git a/debian/python3-pyjokes.install b/debian/python3-pyjokes.install
new file mode 100644
index 0000000..c5803a0
--- /dev/null
+++ b/debian/python3-pyjokes.install
@@ -0,0 +1 @@
+debian/pyjoke.1 /usr/share/man/man1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyjokes.git



More information about the Python-modules-commits mailing list