Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f46a5a commit 06108b6Copy full SHA for 06108b6
1 file changed
lib/controller/controller.py
@@ -491,7 +491,8 @@ def start():
491
errMsg += "page content is text)."
492
elif percent < LOW_TEXT_PERCENT:
493
errMsg = " Please retry with the --text-only switch "
494
- errMsg += "as this case looks like a perfect candidate "
+ errMsg += "(along with --technique=BU) as this case "
495
+ errMsg += "looks like a perfect candidate "
496
errMsg += "(low textual content along with inability "
497
errMsg += "of comparison engine to detect at least "
498
errMsg += "one dynamic parameter)."
0 commit comments