537
537
# Declare the standard options
538
538
_standard_option('help', short_name='h',
539
539
help='Show help message.')
540
_standard_list_option('override-config', short_name='O', type=unicode,
544
540
_standard_option('quiet', short_name='q',
545
541
help="Only display errors and warnings.",
546
542
custom_callback=_verbosity_level_callback)