Fixing typo in help string

This commit is contained in:
mark floyd 2017-12-01 18:52:46 -08:00
parent 1db38e0eca
commit 19efb4a398

View File

@ -145,7 +145,7 @@ files can be built by specifying individual filenames.
'files (default: OUTPUTDIR/.doctrees)') 'files (default: OUTPUTDIR/.doctrees)')
group.add_argument('-j', metavar='N', default=1, type=jobs_argument, dest='jobs', group.add_argument('-j', metavar='N', default=1, type=jobs_argument, dest='jobs',
help='build in parallel with N processes where ' 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 = parser.add_argument_group('build configuration options')
group.add_argument('-c', metavar='PATH', dest='confdir', group.add_argument('-c', metavar='PATH', dest='confdir',
help='path where configuration file (conf.py) is ' help='path where configuration file (conf.py) is '