| Submitter | Paul Larson |
|---|---|
| Subject | [Branch,~linaro-validation/lava-tool/trunk] Rev 164: Default add_help to True |
| Date | July 20, 2011, 6:32 p.m. |
| List thread | <20110720183230.7180.93121.launchpad@loganberry.canonical.com> |
| Project | lava-tool |
| State | Accepted |
| Last updated | July 20, 2011, 6:32 p.m. |
| Headers | show |
Comments
Patch
=== 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:
