remove ' '

This commit is contained in:
Markus 2019-08-21 18:52:58 +02:00
parent 80823dd36c
commit fe40696ea4
1 changed files with 3 additions and 3 deletions

View File

@ -654,7 +654,7 @@ void unterOption_url_help()
std::cout << "OPTIONEN:" << std::endl
<< " -p [Socks5ProxyAddresse], --socks5-proxy [Socks5ProxyAddresse]" << std::endl
<< " Mit dieser Option kann man den Socks5Proxy ändern." << std::endl
<< " Standart: 127.0.0.1:9050, falls nichts im Defaultfile festgelegt wurde." << std::endl << std::endl
<< " Standart: 127.0.0.1:9050,falls nichts im Defaultfile festgelegt wurde." << std::endl << std::endl
<< " -o [Pfad], --output-file [Pfad]" << std::endl
<< " Mit diere Option kann man ein (nichtvorhandenes) Text-Datei angeben," << std::endl
<< " inwelches die umgewandelten Redirect-Links geschrieben werden." << std::endl << std::endl
@ -781,7 +781,7 @@ void unterOption_search_help()

<< " -p [Socks5ProxyAddresse], --socks5-proxy [Socks5ProxyAddresse]" << std::endl
<< " Mit dieser Option kann man den Socks5Proxy ändern." << std::endl
<< " Standart: 127.0.0.1:9050, falls nichts im Defaultfile festgelegt wurde." << std::endl << std::endl
<< " Standart: 127.0.0.1:9050,falls nichts im Defaultfile festgelegt wurde." << std::endl << std::endl
<< " -e, --exactly-writing" << std::endl
<< " Mit dieser Option achtet das Programm auf Groß- und Kleinschreibung." << std::endl << std::endl
<< " -c, --colorless" << std::endl
@ -883,7 +883,7 @@ void unterOption_info_help()
std::cout << "OPTIONEN:" << std::endl
<< " -p [Socks5ProxyAddresse], --socks5-proxy [Socks5ProxyAddresse]" << std::endl
<< " Mit dieser Option kann man den Socks5Proxy ändern." << std::endl
<< " Standart: 127.0.0.1:9050, falls nichts im Defaultfile festgelegt wurde." << std::endl << std::endl
<< " Standart: 127.0.0.1:9050,falls nichts im Defaultfile festgelegt wurde." << std::endl << std::endl
<< " -c, --colorless" << std::endl
<< " Mit dieser Option kann man die farbige Ausgabe ausstellen." << std::endl << std::endl
<< " -d, --debug-mode" << std::endl