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.
1 parent e095e43 commit 1692b9eCopy full SHA for 1692b9e
ee/cli/plugins/stack.py
@@ -41,7 +41,7 @@ class Meta:
41
description = 'Stack command manages stack operations'
42
arguments = [
43
(['--all'],
44
- dict(help='Install web stack', action='store_true')),
+ dict(help='Install all stack', action='store_true')),
45
(['--web'],
46
dict(help='Install web stack', action='store_true')),
47
(['--admin'],
0 commit comments