From a0aa27a17e8a7336c3c5c45b521b16af2ef9741b Mon Sep 17 00:00:00 2001 From: Sunil Shah Date: Sun, 5 Apr 2015 17:00:42 -0700 Subject: [PATCH] Fix case --- cli/dcoscli/subcommand/main.py | 2 +- cli/tests/integrations/cli/test_help.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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')