mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-30 11:49:42 +02:00
CLI: Fix inaccurate documentation
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user