ändere proxy text in helpmenue

This commit is contained in:
Markus 2019-08-31 21:27:26 +02:00
parent bdb8719cc5
commit 662a787d44
1 changed files with 4 additions and 4 deletions

View File

@ -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