2007-12-08 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

Added a notice about URL
	* src/version_usage.cc
pull/1/head
Tatsuhiro Tsujikawa 2007-12-08 10:48:51 +00:00
parent bb4bff2c2a
commit 5941a00f65
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-12-08 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Added a notice about URL
* src/version_usage.cc
2007-12-07 Tatsuhiro Tsujikawa <tujikawa at rednoah com> 2007-12-07 Tatsuhiro Tsujikawa <tujikawa at rednoah com>
Fixed the bug#1845750; CTRL+C does not stop torrent. Fixed the bug#1845750; CTRL+C does not stop torrent.

View File

@ -321,6 +321,9 @@ void showUsage() {
" download a file from both torrent swarm and http/ftp server at the same time,\n" " download a file from both torrent swarm and http/ftp server at the same time,\n"
" while the data from http/ftp are uploaded to the torrent swarm. Note that\n" " while the data from http/ftp are uploaded to the torrent swarm. Note that\n"
" only single file torrent can be integrated with http/ftp.") << endl; " only single file torrent can be integrated with http/ftp.") << endl;
cout << "\n"
<< _(" Make sure that URL is quoted with single(\') or double(\") quotation if it\n"
" contains \"&\" or any characters that have special meaning in shell.") << "\n";
cout << endl; cout << endl;
cout << _("Refer to man page for more information.") << endl; cout << _("Refer to man page for more information.") << endl;
cout << endl; cout << endl;