fix autocompletion

Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
Mattias Andrée 2013-08-17 10:22:43 +02:00
parent 82e3dc3cf5
commit e0242cd3af

View file

@ -3,7 +3,7 @@
(multiple unargumented
((options -h --help) (complete --help) (desc 'Show summary of options'))
((option +h ++help --help-colour) (complete --help-colour) (desc 'Show help summary, with colour even if piped'))
((options +h ++help --help-colour) (complete --help-colour) (desc 'Show help summary, with colour even if piped'))
((options -v --version) (complete --version) (desc 'Show version of program'))
((options -c --compress --compact) (complete --compact) (desc 'Compress message'))
((options -l --list) (complete --list) (desc 'List all MLP:FiM ponies'))