diff --git a/CommonVar.cpp b/CommonVar.cpp index ba83a2a..76c105a 100644 --- a/CommonVar.cpp +++ b/CommonVar.cpp @@ -52,7 +52,7 @@ Input Download(const string& address, const string& option) { stringstream buffer; if ((option != "") && (address != "-verbose") && (option != "-verbose")) { - cout << "хуйню ты пишешь, пиши опцию -verbose, дааун" << endl; + cout << "Invalid argument, please use -verbose" << endl; exit(2); } CURL* curl = curl_easy_init();