Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e2221b

Browse files
committed
Update help text with examples
1 parent b88b8ac commit 3e2221b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎localstack-core/localstack/cli/localstack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ def _print_service_table(services: Dict[str, str]) -> None:
476476
"--stack",
477477
"-s",
478478
type=str,
479-
help="Use a specific LocalStack stack with optional version.",
479+
help="Use a specific stack with optional version. Examples: [localstack:4.5, snowflake]",
480480
required=False,
481481
)
482482
@publish_invocation

0 commit comments

Comments
 (0)