Goodbye, --all

This commit is contained in:
Sunil Shah
2015-04-05 18:03:01 -07:00
parent 9d013f9ff1
commit 6711d68ef1
3 changed files with 1 additions and 5 deletions

View File

@@ -2,13 +2,11 @@
Usage:
dcos help
dcos help --all
dcos help info
Options:
--help Show this screen
--version Show version
--all Prints all available commands to the standard output
"""
import dcoscli
import docopt

View File

@@ -22,7 +22,7 @@ Environment Variables:
DCOS_CONFIG This environment variable points to the
location of the DCOS configuration file.
'dcos help --all' lists all available subcommands. See 'dcos <command> --help'
'dcos help' lists all available subcommands. See 'dcos <command> --help'
to read about a specific subcommand.
"""

View File

@@ -13,13 +13,11 @@ def test_help():
Usage:
dcos help
dcos help --all
dcos help info
Options:
--help Show this screen
--version Show version
--all Prints all available commands to the standard output
"""
assert stderr == b''