diff --git a/ChangeLog b/ChangeLog index de75fceb..511f00f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-02-07 Tatsuhiro Tsujikawa + + Adjusted line feed. + * src/version_usage.cc + 2009-02-07 Tatsuhiro Tsujikawa Print tags, possible values when OptionHandlerException is caught. diff --git a/src/version_usage.cc b/src/version_usage.cc index d317b656..36319494 100644 --- a/src/version_usage.cc +++ b/src/version_usage.cc @@ -116,8 +116,7 @@ void showUsage(const std::string& keyword, const OptionParser& oparser) { } if(keyword == TAG_BASIC) { - std::cout << "\n" - << "URL, TORRENT_FILE, METALINK_FILE:" << "\n" + std::cout << "URL, TORRENT_FILE, METALINK_FILE:" << "\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" << _(" 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" << "\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" - << _("Refer to man page for more information.") << std::endl; + std::cout << _("Refer to man page for more information.") << std::endl; } } // namespace aria2