Message ID | 20110720183230.7180.93121.launchpad@loganberry.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_tool/dispatcher.py' --- lava_tool/dispatcher.py 2011-06-17 13:11:50 +0000 +++ lava_tool/dispatcher.py 2011-06-27 17:23:41 +0000 @@ -38,7 +38,7 @@ def __init__(self): # XXX The below needs to allow some customization. - parser_args = dict(add_help=False) + parser_args = dict(add_help=True) if self.description is not None: parser_args['description'] = self.description if self.epilog is not None: