Skip to content

Commit

Permalink
Update help text
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfreder authored Feb 28, 2025
1 parent 7a58061 commit d57b01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samcli/commands/local/invoke/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"-r",
"--runtime",
type=click.Choice(get_sorted_runtimes(INIT_RUNTIMES)),
help="Lambda runtime for application."
help="Lambda runtime used to invoke the function."
+ click.style(f"\n\nRuntimes: {', '.join(get_sorted_runtimes(INIT_RUNTIMES))}", bold=True),
)
@mount_symlinks_option
Expand Down

0 comments on commit d57b01c

Please sign in to comment.