Skip to content

Commit d5ff2c0

Browse files
authored
Update samcli/commands/local/cli_common/invoke_context.py
1 parent 66e0f08 commit d5ff2c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samcli/commands/local/cli_common/invoke_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def __init__(
172172
LOG.warning(
173173
"Both function_identifier and function_logical_ids were provided. "
174174
"function_identifier is used for 'sam local invoke' to specify a single function, "
175-
"while function_logical_ids is used for 'sam local start-api/start-lambda' to filter functions. "
175+
"while function_logical_ids is used for 'sam local start-lambda' to filter functions. "
176176
"function_identifier will take precedence for single function invocation."
177177
)
178178

0 commit comments

Comments
 (0)