diff --git a/src/__main__.py b/src/__main__.py index 75d4c681..e1bec3a7 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -138,6 +138,8 @@ run `man ponysay`. Ponysay has so much more to offer than described here.''') opts.add_argumented( ['+f', '++file', '++pony'], arg = 'PONY', help = 'Select a non-MLP:FiM pony.') opts.add_argumented( ['-F'] + _F, arg = 'PONY', help = 'Select a pony, that can be a non-MLP:FiM pony.') opts.add_argumented( ['-q', '--quote'], arg = 'PONY', help = 'Select a pony which will quote herself.') + opts.add_argumented( ['+q', '++quote'], arg = 'PONY', help = 'Select a non-MLP:FiM pony which will quote herself.') + opts.add_argumented( ['-Q', '--anyquote', '--any-quote'], arg = 'PONY', help = 'Select a pony, that can be a non-MLP:FiM pony, which will quote herself.') opts.add_variadic( ['--f', '--files', '--ponies'], arg = 'PONY') opts.add_variadic( ['++f', '++files', '++ponies'], arg = 'PONY') opts.add_variadic( ['--F'] + __F, arg = 'PONY')