mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 09:47:38 +02:00
Fix typo in usage help
This commit is contained in:
@@ -40,7 +40,7 @@ class Hidden_modules(interfaces.plugins.PluginInterface):
|
||||
),
|
||||
requirements.BooleanRequirement(
|
||||
name="heuristic-mode",
|
||||
description="Relaxed constraints. This may generate some false positives and"
|
||||
description="Relaxed constraints. This may generate false positives and "
|
||||
"take a bit longer. This feature is available only when using the --fast option",
|
||||
optional=True,
|
||||
default=False,
|
||||
|
||||
Reference in New Issue
Block a user