CLI: Fix inaccurate documentation

This commit is contained in:
Mike Auty
2020-12-27 15:21:18 +00:00
parent f262821924
commit feefc93adc
+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',