CLI: Fix inaccurate documentation

This commit is contained in:
Mike Auty
2020-12-11 16:04:13 +00:00
parent 93c6a62972
commit 1abc65c2ac
+1 -1
View File
@@ -107,7 +107,7 @@ class CommandLine:
default = None,
type = str)
parser.add_argument("--parallelism",
help = "Enables parallelism (defaults to processes if no argument given)",
help = "Enables parallelism (defaults to off if no argument given)",
nargs = '?',
choices = ['processes', 'threads', 'off'],
const = 'processes',