We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3a72fb + 5ca0573 commit 74b4356Copy full SHA for 74b4356
ee/cli/plugins/stack.py
@@ -77,7 +77,7 @@ class Meta:
77
(['--redis'],
78
dict(help='Install Redis', action='store_true')),
79
(['--phpredisadmin'],
80
- dict(help='Install Redis', action='store_true')),
+ dict(help='Install phpRedisAdmin', action='store_true')),
81
]
82
usage = "ee stack (command) [options]"
83
0 commit comments