Skip to content

Commit 1692b9e

Browse files
author
shital.rtcamp
committed
change stack description
1 parent e095e43 commit 1692b9e

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
@@ -41,7 +41,7 @@ class Meta:
4141
description = 'Stack command manages stack operations'
4242
arguments = [
4343
(['--all'],
44-
dict(help='Install web stack', action='store_true')),
44+
dict(help='Install all stack', action='store_true')),
4545
(['--web'],
4646
dict(help='Install web stack', action='store_true')),
4747
(['--admin'],

0 commit comments

Comments
 (0)