Skip to content

Commit

Permalink
Fixes #1399
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanlr committed Sep 25, 2019
1 parent 9a011f0 commit 9a0c4a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/enumeration/cli_options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def cli_plugins_opts
OptInteger.new(
['--plugins-threshold THRESHOLD',
'Raise an error when the number of detected plugins via known locations reaches the threshold. ' \
'Set to 0 to ignore the threshold.'], default: 100
'Set to 0 to ignore the threshold.'], default: 100, advanced: true
)
]
end
Expand Down Expand Up @@ -98,7 +98,7 @@ def cli_themes_opts
OptInteger.new(
['--themes-threshold THRESHOLD',
'Raise an error when the number of detected themes via known locations reaches the threshold. ' \
'Set to 0 to ignore the threshold.'], default: 20
'Set to 0 to ignore the threshold.'], default: 20, advanced: true
)
]
end
Expand Down

0 comments on commit 9a0c4a5

Please sign in to comment.