浏览代码

2010-07-16 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Fixed indent of --conditional-get option.
	* src/usage_text.h
Tatsuhiro Tsujikawa 15 年之前
父节点
当前提交
9d5f19d5b1
共有 2 个文件被更改,包括 7 次插入2 次删除
  1. 5 0
      ChangeLog
  2. 2 2
      src/usage_text.h

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2010-07-16  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
+
+	Fixed indent of --conditional-get option.
+	* src/usage_text.h
+
 2010-07-16  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 
 	Added --on-bt-download-complete=COMMAND option.  For BitTorrent, a

+ 2 - 2
src/usage_text.h

@@ -696,8 +696,8 @@
     "                              not split file and download it using 1 source.")
 #define TEXT_CONDITIONAL_GET                    \
   _(" --conditional-get[=true|false] Download file only when the local file is older\n" \
-    "                                than remote file. Currently, this function has\n" \
-    "                                many limitations. See man page for details.")
+    "                              than remote file. Currently, this function has\n" \
+    "                              many limitations. See man page for details.")
 #define TEXT_ON_BT_DOWNLOAD_COMPLETE            \
   _(" --on-bt-download-complete=COMMAND For BitTorrent, a command specified in\n" \
     "                              --on-download-complete is called when download\n" \