Skip to content

Commit 2324c71

Browse files
authored
Update flytekit/clis/sdk_in_container/run.py
1 parent 4dc3d9a commit 2324c71

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
@@ -218,7 +218,7 @@ class RunLevelParams(PyFlyteParams):
218218
type=str,
219219
callback=resource_callback,
220220
help="This overrides default task resource requests for tasks that have no statically defined resource requests in their task decorator. "
221-
"""Example usage: --resource-requests 'cpu=1,mem=2Gi,gpu=1'""",
221+
"Example usage: --resource-requests 'cpu=1,mem=2Gi,gpu=1'",
222222
)
223223
)
224224
resource_limits: typing.Optional[Resources] = make_click_option_field(

0 commit comments

Comments
 (0)