diff --git a/examples/client_test.cpp b/examples/client_test.cpp index 51df51a30..83cf1a392 100755 --- a/examples/client_test.cpp +++ b/examples/client_test.cpp @@ -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; } diff --git a/include/libtorrent/torrent_info.hpp b/include/libtorrent/torrent_info.hpp index 01562a446..08a79b86b 100755 --- a/include/libtorrent/torrent_info.hpp +++ b/include/libtorrent/torrent_info.hpp @@ -154,3 +154,4 @@ namespace libtorrent } #endif // TORRENT_TORRENT_INFO_HPP_INCLUDED +