Browse Source

change stack description

bugfixes
shital.rtcamp 10 years ago
parent
commit
1692b9e0ad
  1. 2
      ee/cli/plugins/stack.py

2
ee/cli/plugins/stack.py

@ -41,7 +41,7 @@ class EEStackController(CementBaseController):
description = 'Stack command manages stack operations' description = 'Stack command manages stack operations'
arguments = [ arguments = [
(['--all'], (['--all'],
dict(help='Install web stack', action='store_true')), dict(help='Install all stack', action='store_true')),
(['--web'], (['--web'],
dict(help='Install web stack', action='store_true')), dict(help='Install web stack', action='store_true')),
(['--admin'], (['--admin'],

Loading…
Cancel
Save