diff options
| author | levlam <levlam@telegram.org> | 2022-04-03 22:59:28 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2022-04-03 22:59:28 +0300 |
| commit | ca1f844f44b8d75eb54ae47b672f480342ab9bc2 (patch) | |
| tree | f7b3ea581cffe435b0d30dc7e8425326b3d8792c /benchmark | |
| parent | a73ccbd19d93e56444a95c4907c2714eb4773e5a (diff) | |
Remove unneeded commas.
Diffstat (limited to 'benchmark')
| -rw-r--r-- | benchmark/check_proxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/check_proxy.cpp b/benchmark/check_proxy.cpp index 399bf03be..0a54c598c 100644 --- a/benchmark/check_proxy.cpp +++ b/benchmark/check_proxy.cpp @@ -26,7 +26,7 @@ static void usage() { td::TsCerr() << "Options:\n"; td::TsCerr() << " -v<N>\tSet verbosity level to N\n"; td::TsCerr() << " -h/--help\tDisplay this information\n"; - td::TsCerr() << " -d/--dc-id\tIdentifier of a datacenter, to which try to connect (default is 2)\n"; + td::TsCerr() << " -d/--dc-id\tIdentifier of a datacenter to which try to connect (default is 2)\n"; td::TsCerr() << " -l/--proxy-list\tName of a file with proxies to check; one proxy per line\n"; td::TsCerr() << " -t/--timeout\tMaximum overall timeout for the request (default is 10 seconds)\n"; std::exit(2); |
