Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 06108b6

Browse files
committed
minor update related to the last commit
1 parent 4f46a5a commit 06108b6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/controller/controller.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,8 @@ def start():
491491
errMsg += "page content is text)."
492492
elif percent < LOW_TEXT_PERCENT:
493493
errMsg = " Please retry with the --text-only switch "
494-
errMsg += "as this case looks like a perfect candidate "
494+
errMsg += "(along with --technique=BU) as this case "
495+
errMsg += "looks like a perfect candidate "
495496
errMsg += "(low textual content along with inability "
496497
errMsg += "of comparison engine to detect at least "
497498
errMsg += "one dynamic parameter)."

0 commit comments

Comments
 (0)