mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 20:38:00 +01:00
-c long option info/--help conflict
This commit is contained in:
parent
ec209dfdc3
commit
cb70951a5f
2 changed files with 2 additions and 1 deletions
|
@ -267,6 +267,7 @@ on which hand is used to press the key, is also allowed.
|
||||||
@itemx --compress
|
@itemx --compress
|
||||||
@opindex @option{-c}
|
@opindex @option{-c}
|
||||||
@opindex @option{--compress}
|
@opindex @option{--compress}
|
||||||
|
@opindex @option{--compact}
|
||||||
@pindex @command{figlet}
|
@pindex @command{figlet}
|
||||||
@pindex @command{TOIlet}
|
@pindex @command{TOIlet}
|
||||||
Compress the message in the same way @command{cowsay} does, that is basically
|
Compress the message in the same way @command{cowsay} does, that is basically
|
||||||
|
|
|
@ -2463,7 +2463,7 @@ run `man ponysay`. Ponysay has so much more to offer than described here.''')
|
||||||
opts.add_argumentless(['-A', '--all'], help = 'List all pony names.')
|
opts.add_argumentless(['-A', '--all'], help = 'List all pony names.')
|
||||||
opts.add_argumentless(['+A', '++all', '--symall', '--altall'], help = 'List all pony names with alternatives.')
|
opts.add_argumentless(['+A', '++all', '--symall', '--altall'], help = 'List all pony names with alternatives.')
|
||||||
opts.add_argumentless(['-B', '--bubblelist', '--balloonlist'], help = 'List balloon styles.')
|
opts.add_argumentless(['-B', '--bubblelist', '--balloonlist'], help = 'List balloon styles.')
|
||||||
opts.add_argumentless(['-c', '--compact'], help = 'Compress messages.')
|
opts.add_argumentless(['-c', '--compress', '--compact'], help = 'Compress messages.')
|
||||||
opts.add_argumentless(['-o', '--pony-only', '--ponyonly'], help = 'Print only the pony.')
|
opts.add_argumentless(['-o', '--pony-only', '--ponyonly'], help = 'Print only the pony.')
|
||||||
opts.add_argumented( ['-W', '--wrap'], arg = 'COLUMN', help = 'Specify column where the message should be wrapped.')
|
opts.add_argumented( ['-W', '--wrap'], arg = 'COLUMN', help = 'Specify column where the message should be wrapped.')
|
||||||
opts.add_argumented( ['-b', '--bubble', '--balloon'], arg = 'STYLE', help = 'Select a balloon style.')
|
opts.add_argumented( ['-b', '--bubble', '--balloon'], arg = 'STYLE', help = 'Select a balloon style.')
|
||||||
|
|
Loading…
Reference in a new issue