502
502
# Declare the standard options
503
503
_standard_option('help', short_name='h',
504
504
help='Show help message.')
505
507
_standard_option('verbose', short_name='v',
506
508
help='Display more information.',
507
509
custom_callback=_verbosity_level_callback)