diff --git a/cli/dcoscli/subcommand/main.py b/cli/dcoscli/subcommand/main.py index 852b38a..2c0ad7c 100644 --- a/cli/dcoscli/subcommand/main.py +++ b/cli/dcoscli/subcommand/main.py @@ -1,4 +1,4 @@ -"""Install and manage DCOS CLI Subcommands +"""Install and manage DCOS CLI subcommands Usage: dcos subcommand --config-schema diff --git a/cli/tests/integrations/cli/test_help.py b/cli/tests/integrations/cli/test_help.py index 5f0c449..d020419 100644 --- a/cli/tests/integrations/cli/test_help.py +++ b/cli/tests/integrations/cli/test_help.py @@ -56,7 +56,7 @@ Available DCOS commands in '{}': \thelp \tDisplay command line usage information \tmarathon \tDeploy and manage applications on the DCOS \tpackage \tInstall and manage DCOS software packages -\tsubcommand \tInstall and manage DCOS CLI Subcommands +\tsubcommand \tInstall and manage DCOS CLI subcommands Get detailed command description with 'dcos --help'. """.format(dcos_path).encode('utf-8')