*** empty log message ***

This commit is contained in:
Arvid Norberg
2003-10-26 03:18:17 +00:00
parent 535f745a5d
commit d2f7be1608
5 changed files with 105 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ int main(int argc, char* argv[])
if (argc < 2)
{
std::cerr << "usage: torrent torrent-files ...\n"
std::cerr << "usage: ./client_test torrent-files ...\n"
"to stop the client, type a number and press enter.\n";
return 1;
}