Fix typo in usage help

This commit is contained in:
Gustavo Moreira
2024-10-03 15:50:30 +10:00
parent 8d925bd8ad
commit e8754fadbd
@@ -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,