mirror of https://github.com/aria2/aria2
2009-02-07 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Adjusted line feed. * src/version_usage.ccpull/1/head
parent
9dd04b7aaa
commit
064754396e
|
@ -1,3 +1,8 @@
|
||||||
|
2009-02-07 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Adjusted line feed.
|
||||||
|
* src/version_usage.cc
|
||||||
|
|
||||||
2009-02-07 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2009-02-07 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Print tags, possible values when OptionHandlerException is caught.
|
Print tags, possible values when OptionHandlerException is caught.
|
||||||
|
|
|
@ -116,8 +116,7 @@ void showUsage(const std::string& keyword, const OptionParser& oparser) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if(keyword == TAG_BASIC) {
|
if(keyword == TAG_BASIC) {
|
||||||
std::cout << "\n"
|
std::cout << "URL, TORRENT_FILE, METALINK_FILE:" << "\n"
|
||||||
<< "URL, TORRENT_FILE, METALINK_FILE:" << "\n"
|
|
||||||
<< _(" You can specify multiple URLs. Unless you specify -Z option, all URLs must\n"
|
<< _(" You can specify multiple URLs. Unless you specify -Z option, all URLs must\n"
|
||||||
" point to the same file or downloading will fail.") << "\n"
|
" point to the same file or downloading will fail.") << "\n"
|
||||||
<< _(" You can also specify arbitrary number of torrent files and metalink files\n"
|
<< _(" You can also specify arbitrary number of torrent files and metalink files\n"
|
||||||
|
@ -131,10 +130,10 @@ void showUsage(const std::string& keyword, const OptionParser& oparser) {
|
||||||
" only single file torrent can be integrated with http/ftp.") << "\n"
|
" only single file torrent can be integrated with http/ftp.") << "\n"
|
||||||
<< "\n"
|
<< "\n"
|
||||||
<< _(" Make sure that URL is quoted with single(\') or double(\") quotation if it\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";
|
" contains \"&\" or any characters that have special meaning in shell.") << "\n"
|
||||||
|
<< "\n";
|
||||||
}
|
}
|
||||||
std::cout << "\n"
|
std::cout << _("Refer to man page for more information.") << std::endl;
|
||||||
<< _("Refer to man page for more information.") << std::endl;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace aria2
|
} // namespace aria2
|
||||||
|
|
Loading…
Reference in New Issue