Skip to content

Commit 9a3a8d3

Browse files
committed
Fix line length lint error
1 parent 00dacde commit 9a3a8d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rsconnect/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ def runtime_environment_args(func):
261261
@click.option(
262262
"--image",
263263
"-I",
264-
help="Target image to be used during content build and execution. This option is only applicable if the Connect "
265-
"server is configured to use off-host execution.",
264+
help="Target image to be used during content build and execution. "
265+
"This option is only applicable if the Connect server is configured to use off-host execution.",
266266
)
267267
@click.option(
268268
"--disable-env-management",

0 commit comments

Comments
 (0)