Skip to content

Commit

Permalink
docs(cli): Add missing space in --help output (sphinx-contrib#96)
Browse files Browse the repository at this point in the history
* docs(cli): Add missing space in --help output

* Add missing space.

---------

Co-authored-by: Ezio Melotti <[email protected]>
  • Loading branch information
rpatterson and ezio-melotti authored Oct 22, 2023
1 parent ae69698 commit 87dd645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinxlint/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def job_count(values):
metavar="N",
action=StoreNumJobsAction,
help="Run in parallel with N processes. Defaults to 'auto', "
"which sets N to the number of logical CPUs."
"which sets N to the number of logical CPUs. "
"Values <= 1 are all considered 1.",
default=StoreNumJobsAction.job_count("auto")
)
Expand Down

0 comments on commit 87dd645

Please sign in to comment.