Skip to content

Commit 3efbb56

Browse files
committed
add spaces
1 parent 9b83d1d commit 3efbb56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mergin/cli.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,10 @@ def create(ctx, project, public, from_dir):
233233
)
234234
@click.option(
235235
"--order_params",
236-
help="optional attributes for sorting the list."
237-
"It should be a comma separated attribute names"
238-
"with _asc or _desc appended for sorting direction."
239-
"For example: \"namespace_asc,disk_usage_desc\"."
236+
help="optional attributes for sorting the list. "
237+
"It should be a comma separated attribute names "
238+
"with _asc or _desc appended for sorting direction. "
239+
"For example: \"namespace_asc,disk_usage_desc\". "
240240
"Available attrs: namespace, name, created, updated, disk_usage, creator",
241241
)
242242
@click.pass_context

0 commit comments

Comments
 (0)