aboutsummaryrefslogtreecommitdiff
path: root/ponysay
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-08-25 20:18:53 +0200
committerMattias Andrée <maandree@operamail.com>2012-08-25 20:18:53 +0200
commit73c518e2606d863d457df418ef4e59248704fda7 (patch)
treea5017738feff16e49c08495c418fdcc24b49ab83 /ponysay
parenta201c8de73fdbc78fbbb42ee1f99a311e257eacc (diff)
downloadponysay-73c518e2606d863d457df418ef4e59248704fda7.tar.gz
ponysay-73c518e2606d863d457df418ef4e59248704fda7.tar.bz2
ponysay-73c518e2606d863d457df418ef4e59248704fda7.zip
bash completion recognises --bubble + adding options --symlist (-L), ++symlist (+L) and --bubblelist (-B)
Diffstat (limited to 'ponysay')
-rwxr-xr-xponysay6
1 files changed, 3 insertions, 3 deletions
diff --git a/ponysay b/ponysay
index b21c57d..ccdd244 100755
--- a/ponysay
+++ b/ponysay
@@ -1721,10 +1721,10 @@ opts.add_argumentless(['++onelist'])
opts.add_argumentless(['-h', '--help'], help = 'Print this help message.')
opts.add_argumentless(['-v', '--version'], help = 'Print the version of the program.')
opts.add_argumentless(['-l', '--list'], help = 'List pony names.')
-opts.add_argumentless(['-L', '--altlist'], help = 'List pony names with alternatives.')
+opts.add_argumentless(['-L', '--symlist', '--altlist'], help = 'List pony names with alternatives.')
opts.add_argumentless(['+l', '++list'], help = 'List non-MLP:FiM pony names.')
-opts.add_argumentless(['+L', '++altlist'], help = 'List non-MLP:FiM pony names with alternatives.')
-opts.add_argumentless(['-B', '--balloonlist'], help = 'List balloon styles.')
+opts.add_argumentless(['+L', '++symlist', '++altlist'], help = 'List non-MLP:FiM pony names with alternatives.')
+opts.add_argumentless(['-B', '--bubblelist', '--balloonlist'], help = 'List balloon styles.')
opts.add_argumentless(['-c', '--compact'], help = 'Compress messages.')
opts.add_argumented( ['-W', '--wrap'], arg = 'COLUMN', help = 'Specify the column when the message should be wrapped.')
opts.add_argumented( ['-b', '--bubble', '--balloon'], arg = 'STYLE', help = 'Select a balloon style.')