From ad6f1b498a71fdb779bdb160c5599d1b19ccd062 Mon Sep 17 00:00:00 2001 From: KhodiukMR Date: Sun, 26 May 2024 21:37:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=82=D0=BE=D0=B32(10=20=D0=B2=D0=B0?= =?UTF-8?q?=D1=80=D0=B8=D0=B0=D0=BD=D1=82)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CommonVar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();