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