diff --git a/ee/cli/plugins/stack.py b/ee/cli/plugins/stack.py index 64da1941..8a2b0198 100644 --- a/ee/cli/plugins/stack.py +++ b/ee/cli/plugins/stack.py @@ -77,7 +77,7 @@ class EEStackController(CementBaseController): (['--redis'], dict(help='Install Redis', action='store_true')), (['--phpredisadmin'], - dict(help='Install Redis', action='store_true')), + dict(help='Install phpRedisAdmin', action='store_true')), ] usage = "ee stack (command) [options]"