Skip to content

Commit 5ca0573

Browse files
committed
error in help
--�phpRedisAdmin is for �phpRedisAdmin
1 parent 018ba8a commit 5ca0573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ee/cli/plugins/stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class Meta:
7777
(['--redis'],
7878
dict(help='Install Redis', action='store_true')),
7979
(['--phpredisadmin'],
80-
dict(help='Install Redis', action='store_true')),
80+
dict(help='Install phpRedisAdmin', action='store_true')),
8181
]
8282
usage = "ee stack (command) [options]"
8383

0 commit comments

Comments
 (0)