Merge pull request #100 from mesosphere/subcommand-help

Fix case for dcos subcommand info
This commit is contained in:
Sunil Shah
2015-04-05 17:12:56 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
"""Install and manage DCOS CLI Subcommands
"""Install and manage DCOS CLI subcommands
Usage:
dcos subcommand --config-schema

View File

@@ -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 <command> --help'.
""".format(dcos_path).encode('utf-8')