From e6820ebbd222124a4afef245441098e6966970cb Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 14 Dec 2011 10:26:03 +0000 Subject: [PATCH] minor update --- lib/request/connect.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/request/connect.py b/lib/request/connect.py index 8dee0b9ff..9bb18373d 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -99,12 +99,13 @@ class Connect: warnMsg = "please make sure that you have " warnMsg += "Tor installed and running so " warnMsg += "you could successfully use " - warnMsg += "--tor switch (or try hidden " - warnMsg += "switch --tor-http)" + warnMsg += "--tor switch " if IS_WIN: warnMsg += "(e.g. https://www.torproject.org/download/download.html.en)" else: warnMsg += "(e.g. https://help.ubuntu.com/community/Tor)" + warnMsg += " (or try hidden switch --tor-http " + warnMsg += " if you want to utilize Tor proxy bundles)" else: warnMsg = "if the problem persists please check that the provided " warnMsg += "target url is valid. If it is, you can try to rerun "