Skip to content

Commit 87dd645

Browse files
docs(cli): Add missing space in --help output (#96)
* docs(cli): Add missing space in --help output * Add missing space. --------- Co-authored-by: Ezio Melotti <[email protected]>
1 parent ae69698 commit 87dd645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinxlint/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def job_count(values):
125125
metavar="N",
126126
action=StoreNumJobsAction,
127127
help="Run in parallel with N processes. Defaults to 'auto', "
128-
"which sets N to the number of logical CPUs."
128+
"which sets N to the number of logical CPUs. "
129129
"Values <= 1 are all considered 1.",
130130
default=StoreNumJobsAction.job_count("auto")
131131
)

0 commit comments

Comments
 (0)