diff --git a/fuel_ccp/cli.py b/fuel_ccp/cli.py index ec4605f2..47d90eb7 100644 --- a/fuel_ccp/cli.py +++ b/fuel_ccp/cli.py @@ -169,6 +169,7 @@ class CCPApp(app.App): description='Containerized Control Plane tool', version=fuel_ccp.__version__, command_manager=commandmanager.CommandManager('ccp.cli'), + deferred_help=True, **kwargs ) self.config_file = None