Browse Source

Merge pull request #634 from 2autunni/master

error in help
hotfix/v3.3.14
Prabuddha Chakraborty 9 years ago
parent
commit
74b4356b51
  1. 2
      ee/cli/plugins/stack.py

2
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]"

Loading…
Cancel
Save