From 60b05ff49fc9fa9581e54e088682087a41ba4ceb Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Sat, 19 Feb 2011 21:05:15 +0000 Subject: [PATCH] Reflect new switch name --- lib/request/connect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/request/connect.py b/lib/request/connect.py index 9ca8cb17a..632f5205e 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -322,7 +322,7 @@ class Connect: elif "BadStatusLine" in tbMsg: warnMsg = "the target url responded with an unknown HTTP " warnMsg += "status code, try to force the HTTP User-Agent " - warnMsg += "header with option --user-agent or -a" + warnMsg += "header with option --user-agent or --random-agent" elif "IncompleteRead" in tbMsg: warnMsg = "there was an incomplete read error while retrieving data " warnMsg += "from the target url"