From 5941a00f65c66af5fcac8670e1960d49b195a4c5 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 8 Dec 2007 10:48:51 +0000 Subject: [PATCH] 2007-12-08 Tatsuhiro Tsujikawa Added a notice about URL * src/version_usage.cc --- ChangeLog | 5 +++++ src/version_usage.cc | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 53955c56..8762d9c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-12-08 Tatsuhiro Tsujikawa + + Added a notice about URL + * src/version_usage.cc + 2007-12-07 Tatsuhiro Tsujikawa Fixed the bug#1845750; CTRL+C does not stop torrent. diff --git a/src/version_usage.cc b/src/version_usage.cc index f2608449..4118f1a6 100644 --- a/src/version_usage.cc +++ b/src/version_usage.cc @@ -321,6 +321,9 @@ void showUsage() { " 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.") << 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 << _("Refer to man page for more information.") << endl; cout << endl;