mirror of https://github.com/aria2/aria2
2007-12-08 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Added a notice about URL * src/version_usage.ccpull/1/head
parent
bb4bff2c2a
commit
5941a00f65
|
@ -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.
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue