531
537
# Declare the standard options
532
538
_standard_option('help', short_name='h',
533
539
help='Show help message.')
534
543
_standard_option('usage',
535
544
help='Show usage message and options.')
536
545
_standard_option('verbose', short_name='v',
537
546
help='Display more information.',
538
547
custom_callback=_verbosity_level_callback)
543
549
# Declare commonly used options