mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-07 13:36:43 +01:00
help message complete
This commit is contained in:
parent
7686726b12
commit
c4b5146873
1 changed files with 6 additions and 1 deletions
|
@ -754,7 +754,12 @@ Argument parsing
|
||||||
'''
|
'''
|
||||||
opts = ArgParser(program = 'ponythink' if isthink else 'ponysay',
|
opts = ArgParser(program = 'ponythink' if isthink else 'ponysay',
|
||||||
description = 'cowsay wrapper for ponies',
|
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(['--quoters'])
|
||||||
opts.add_argumentless(['--onelist'])
|
opts.add_argumentless(['--onelist'])
|
||||||
|
|
Loading…
Reference in a new issue