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