Skip to content

Commit 8d76fd5

Browse files
authored
Update flytekit/clis/sdk_in_container/run.py
Signed-off-by: redartera <[email protected]>
1 parent 2324c71 commit 8d76fd5

File tree

1 file changed

+1
-1
lines changed
  • flytekit/clis/sdk_in_container

1 file changed

+1
-1
lines changed

flytekit/clis/sdk_in_container/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ class RunLevelParams(PyFlyteParams):
229229
type=str,
230230
callback=resource_callback,
231231
help="This overrides default task resource limits for tasks that have no statically defined resource limits in their task decorator. "
232-
"""Example usage: --resource-limits 'cpu=1,mem=2Gi,gpu=1'""",
232+
"Example usage: --resource-limits 'cpu=1,mem=2Gi,gpu=1'",
233233
)
234234
)
235235
tags: typing.List[str] = make_click_option_field(

0 commit comments

Comments
 (0)