Skip to content

Commit e8754fa

Browse files
committed
Fix typo in usage help
1 parent 8d925bd commit e8754fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/linux/hidden_modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface]
4040
),
4141
requirements.BooleanRequirement(
4242
name="heuristic-mode",
43-
description="Relaxed constraints. This may generate some false positives and"
43+
description="Relaxed constraints. This may generate false positives and "
4444
"take a bit longer. This feature is available only when using the --fast option",
4545
optional=True,
4646
default=False,

0 commit comments

Comments
 (0)