2009-02-07 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Adjusted line feed.
	* src/version_usage.cc
pull/1/head
Tatsuhiro Tsujikawa 2009-02-07 14:24:56 +00:00
parent 9dd04b7aaa
commit 064754396e
2 changed files with 9 additions and 5 deletions

View File

@ -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.

View File

@ -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