|
@@ -126,8 +126,10 @@ void showUsage(const std::string& keyword, const OptionParser& oparser) {
|
|
|
<< "\n"
|
|
|
<< _(" You can specify both torrent file with -T option and URLs. By doing this,\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"
|
|
|
- " only single file torrent can be integrated with http/ftp.") << "\n"
|
|
|
+ " while the data from http/ftp are uploaded to the torrent swarm. For single file\n"
|
|
|
+ " torrents, URL can be a complete URL pointing to the resource or if URL ends\n"
|
|
|
+ " with '/', 'name' in torrent file is added. For multi-file torrents, 'name' and\n"
|
|
|
+ " 'path' in torrent are added to form a URL for each file.") << "\n"
|
|
|
<< "\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"
|