app/controllers/interesting_findings.rb in cms_scanner-0.0.32 vs app/controllers/interesting_findings.rb in cms_scanner-0.0.33
- old
+ new
@@ -4,12 +4,10 @@
class InterestingFindings < Base
def cli_options
[
OptChoice.new(
['--interesting-findings-detection MODE',
- 'Use the supplied mode for the interesting findings detection. ' \
- 'Modes: mixed, passive, aggressive'
- ],
+ 'Use the supplied mode for the interesting findings detection. '],
choices: %w(mixed passive aggressive),
normalize: :to_sym)
]
end