From 1692b9e0ad874e117f5554c4cf7759752a54e539 Mon Sep 17 00:00:00 2001 From: "shital.rtcamp" Date: Tue, 10 Feb 2015 12:00:27 +0530 Subject: [PATCH] change stack description --- ee/cli/plugins/stack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/cli/plugins/stack.py b/ee/cli/plugins/stack.py index d18a44d4..8c27ba82 100644 --- a/ee/cli/plugins/stack.py +++ b/ee/cli/plugins/stack.py @@ -41,7 +41,7 @@ class EEStackController(CementBaseController): description = 'Stack command manages stack operations' arguments = [ (['--all'], - dict(help='Install web stack', action='store_true')), + dict(help='Install all stack', action='store_true')), (['--web'], dict(help='Install web stack', action='store_true')), (['--admin'],