From 06108b6da6db12be1499b3a0a09289c785c735aa Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 26 May 2011 20:58:24 +0000 Subject: [PATCH] minor update related to the last commit --- lib/controller/controller.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/controller/controller.py b/lib/controller/controller.py index ad4032653..63ac4655b 100644 --- a/lib/controller/controller.py +++ b/lib/controller/controller.py @@ -491,7 +491,8 @@ def start(): errMsg += "page content is text)." elif percent < LOW_TEXT_PERCENT: errMsg = " Please retry with the --text-only switch " - errMsg += "as this case looks like a perfect candidate " + errMsg += "(along with --technique=BU) as this case " + errMsg += "looks like a perfect candidate " errMsg += "(low textual content along with inability " errMsg += "of comparison engine to detect at least " errMsg += "one dynamic parameter)."