From 19efb4a39810f1035d9d891f26154c74c6b54a89 Mon Sep 17 00:00:00 2001 From: mark floyd Date: Fri, 1 Dec 2017 18:52:46 -0800 Subject: [PATCH] Fixing typo in help string --- sphinx/cmdline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '