From 6711d68ef1162d7344b6af9ee8f540a87ea58310 Mon Sep 17 00:00:00 2001 From: Sunil Shah Date: Sun, 5 Apr 2015 18:03:01 -0700 Subject: [PATCH] Goodbye, --all --- cli/dcoscli/help/main.py | 2 -- cli/dcoscli/main.py | 2 +- cli/tests/integrations/cli/test_help.py | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/cli/dcoscli/help/main.py b/cli/dcoscli/help/main.py index 8b78d37..6cf0bd1 100644 --- a/cli/dcoscli/help/main.py +++ b/cli/dcoscli/help/main.py @@ -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 diff --git a/cli/dcoscli/main.py b/cli/dcoscli/main.py index 3eb666d..be44310 100644 --- a/cli/dcoscli/main.py +++ b/cli/dcoscli/main.py @@ -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 --help' +'dcos help' lists all available subcommands. See 'dcos --help' to read about a specific subcommand. """ diff --git a/cli/tests/integrations/cli/test_help.py b/cli/tests/integrations/cli/test_help.py index 5f0c449..c5208bb 100644 --- a/cli/tests/integrations/cli/test_help.py +++ b/cli/tests/integrations/cli/test_help.py @@ -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''