Bladeren bron

2007-12-08 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

	Added a notice about URL
	* src/version_usage.cc
Tatsuhiro Tsujikawa 18 jaren geleden
bovenliggende
commit
5941a00f65
2 gewijzigde bestanden met toevoegingen van 8 en 0 verwijderingen
  1. 5 0
      ChangeLog
  2. 3 0
      src/version_usage.cc

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2007-12-08  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>
+
+	Added a notice about URL
+	* src/version_usage.cc
+
 2007-12-07  Tatsuhiro Tsujikawa  <tujikawa at rednoah com>
 
 	Fixed the bug#1845750; CTRL+C does not stop torrent.

+ 3 - 0
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;