aboutsummaryrefslogtreecommitdiff
path: root/ponysay.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-08-19 19:10:33 +0200
committerMattias Andrée <maandree@operamail.com>2012-08-19 19:10:33 +0200
commitc4b5146873f681544d21339bf6278c2b89e85790 (patch)
tree2e9eae9a2b51c4010d7279537d8d6adba33ed46f /ponysay.py
parent7686726b1298d3577f85bdf9e5c8dbbb9d93b1fa (diff)
downloadponysay-c4b5146873f681544d21339bf6278c2b89e85790.tar.gz
ponysay-c4b5146873f681544d21339bf6278c2b89e85790.tar.bz2
ponysay-c4b5146873f681544d21339bf6278c2b89e85790.zip
help message complete
Diffstat (limited to 'ponysay.py')
-rwxr-xr-xponysay.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/ponysay.py b/ponysay.py
index ca89c5d..4696b01 100755
--- a/ponysay.py
+++ b/ponysay.py
@@ -754,7 +754,12 @@ Argument parsing
'''
opts = ArgParser(program = 'ponythink' if isthink else 'ponysay',
description = 'cowsay wrapper for ponies',
- usage = usage)
+ usage = usage,
+ longdescription =
+'''Ponysay displays an image of a pony saying some text provided by the user.
+If \033[4mmessage\033[24m is not provided, it accepts standard input. For an extensive
+documentation run `info ponysay`, or for just a little more help than this
+run `man ponysay`. Ponysay has so much more to offer than described here.''')
opts.add_argumentless(['--quoters'])
opts.add_argumentless(['--onelist'])