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:
parent
d7cf203925
commit
7820b180f1
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -154,3 +154,4 @@ namespace libtorrent
|
|||
}
|
||||
|
||||
#endif // TORRENT_TORRENT_INFO_HPP_INCLUDED
|
||||
|
||||
|
|
Loading…
Reference in New Issue