made it work on linux, also committed a makefile that'll have to do

until I get the Jamfile to work.
This commit is contained in:
Arvid Norberg 2003-10-24 11:11:28 +00:00
parent d7cf203925
commit 7820b180f1
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -154,3 +154,4 @@ namespace libtorrent
}
#endif // TORRENT_TORRENT_INFO_HPP_INCLUDED