-c long option info/--help conflict

This commit is contained in:
Mattias Andrée 2012-10-29 20:58:27 +01:00
parent ec209dfdc3
commit cb70951a5f
2 changed files with 2 additions and 1 deletions

View file

@ -267,6 +267,7 @@ on which hand is used to press the key, is also allowed.
@itemx --compress
@opindex @option{-c}
@opindex @option{--compress}
@opindex @option{--compact}
@pindex @command{figlet}
@pindex @command{TOIlet}
Compress the message in the same way @command{cowsay} does, that is basically

View file

@ -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', '--symall', '--altall'], help = 'List all pony names with alternatives.')
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_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.')