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"