Skip to content

Commit 74b4356

Browse files
committed
Merge pull request #634 from 2autunni/master
error in help
2 parents b3a72fb + 5ca0573 commit 74b4356

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)