diff --git a/slither/detectors/operations/low_level_calls.py b/slither/detectors/operations/low_level_calls.py index 1f06cb51c..f97beeb32 100644 --- a/slither/detectors/operations/low_level_calls.py +++ b/slither/detectors/operations/low_level_calls.py @@ -12,7 +12,7 @@ class LowLevelCalls(AbstractDetector): """ ARGUMENT = 'low-level-calls' - HELP = 'detects low level calls' + HELP = 'low level calls' IMPACT = DetectorClassification.INFORMATIONAL CONFIDENCE = DetectorClassification.HIGH