We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae69698 commit 87dd645Copy full SHA for 87dd645
sphinxlint/__main__.py
@@ -125,7 +125,7 @@ def job_count(values):
125
metavar="N",
126
action=StoreNumJobsAction,
127
help="Run in parallel with N processes. Defaults to 'auto', "
128
- "which sets N to the number of logical CPUs."
+ "which sets N to the number of logical CPUs. "
129
"Values <= 1 are all considered 1.",
130
default=StoreNumJobsAction.job_count("auto")
131
)
0 commit comments