diff options
author | mark floyd <markfloyd@marks-MacBook-Pro.local> | 2017-12-01 18:52:46 -0800 |
---|---|---|
committer | mark floyd <markfloyd@marks-MacBook-Pro.local> | 2017-12-01 18:52:46 -0800 |
commit | 19efb4a39810f1035d9d891f26154c74c6b54a89 (patch) | |
tree | b30a0895f503c5d33057d007ca54d3bca6587e8b /sphinx/cmdline.py | |
parent | 1db38e0eca560b59a8276c4a80efd9e42483ffff (diff) | |
download | sphinx-git-19efb4a39810f1035d9d891f26154c74c6b54a89.tar.gz |
Fixing typo in help string
Diffstat (limited to 'sphinx/cmdline.py')
-rw-r--r-- | sphinx/cmdline.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/cmdline.py b/sphinx/cmdline.py index 590aa8b0a..55b0cec98 100644 --- a/sphinx/cmdline.py +++ b/sphinx/cmdline.py @@ -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 ' |