Merge "Make help message more accurate and user-friendly"

This commit is contained in:
Jenkins 2016-10-19 14:58:05 +00:00 committed by Gerrit Code Review
commit 4f093a5690
1 changed files with 2 additions and 1 deletions

View File

@ -75,6 +75,7 @@ def main(argv=sys.argv[1:]):
fuelclient_app = FuelClient(
description='Command line interface and Python API wrapper for Fuel.',
version='10.0.0',
command_manager=CommandManager('fuelclient', convert_underscores=True)
command_manager=CommandManager('fuelclient', convert_underscores=True),
deferred_help=True
)
return fuelclient_app.run(argv)