From 662a787d4467fdcda2c955d34914b1f022744890 Mon Sep 17 00:00:00 2001 From: Markus Date: Sat, 31 Aug 2019 21:27:26 +0200 Subject: [PATCH] =?UTF-8?q?=C3=A4ndere=20proxy=20text=20in=20helpmenue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parameterManager.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/parameterManager.cpp b/parameterManager.cpp index b9b1e26..7ec87de 100644 --- a/parameterManager.cpp +++ b/parameterManager.cpp @@ -496,7 +496,7 @@ void unterOption_default_help() << " Beachte verwendung mit -E." << std::endl << " Standart: 0" << std::endl << std::endl << "SOCK5PROXY:" << std::endl - << " -p [Socks5ProxyAddresse], --socks5-proxy [Socks5ProxyAddresse]" << std::endl + << " -p [ip:port/ip/port], --socks5-proxy [ip:port/ip/port]" << std::endl << " Mit dieser Option kann man den Socks5Proxy ändern." << std::endl << " Standart: 127.0.0.1:9050" << std::endl << std::endl << "AUSGABEOPTIONEN:" << std::endl @@ -633,7 +633,7 @@ void unterOption_url_help() << " Standartwerte können im Defaultfile geändert werden." << std::endl << std::endl; std::cout << "OPTIONEN:" << std::endl - << " -p [Socks5ProxyAddresse], --socks5-proxy [Socks5ProxyAddresse]" << std::endl + << " -p [ip:port/ip/port], --socks5-proxy [ip:port/ip/port]" << std::endl << " Mit dieser Option kann man den Socks5Proxy ändern." << std::endl << " Standart: 127.0.0.1:9050" << std::endl << std::endl << " -o [Pfad], --output-file [Pfad]" << std::endl @@ -740,7 +740,7 @@ void unterOption_search_help() std::cout << "OPTIONEN:" << std::endl - << " -p [Socks5ProxyAddresse], --socks5-proxy [Socks5ProxyAddresse]" << std::endl + << " -p [ip:port/ip/port], --socks5-proxy [ip:port/ip/port]" << std::endl << " Mit dieser Option kann man den Socks5Proxy ändern." << std::endl << " Standart: 127.0.0.1:9050" << std::endl << std::endl << " -e, --exactly-writing" << std::endl @@ -822,7 +822,7 @@ void unterOption_info_help() << " Mit dieser Unterfunktion kann man Informationen zu einer Serie bekommen." << std::endl << std::endl; std::cout << "OPTIONEN:" << std::endl - << " -p [Socks5ProxyAddresse], --socks5-proxy [Socks5ProxyAddresse]" << std::endl + << " -p [ip:port/ip/port], --socks5-proxy [ip:port/ip/port]" << std::endl << " Mit dieser Option kann man den Socks5Proxy ändern." << std::endl << " Standart: 127.0.0.1:9050" << std::endl << std::endl << " -c, --colorless" << std::endl