mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fixing typo in help string
This commit is contained in:
parent
1db38e0eca
commit
19efb4a398
@ -145,7 +145,7 @@ files can be built by specifying individual filenames.
|
||||
'files (default: OUTPUTDIR/.doctrees)')
|
||||
group.add_argument('-j', metavar='N', default=1, type=jobs_argument, dest='jobs',
|
||||
help='build in parallel with N processes where '
|
||||
'possible (special value "auto" will set N to number of CPUs')
|
||||
'possible (special value "auto" will set N to cpu-count)')
|
||||
group = parser.add_argument_group('build configuration options')
|
||||
group.add_argument('-c', metavar='PATH', dest='confdir',
|
||||
help='path where configuration file (conf.py) is '
|
||||
|
Loading…
Reference in New Issue
Block a user