From 9d5f19d5b1ed7752ff7c5ec08f497584b06e71ac Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 16 Jul 2010 15:06:57 +0000 Subject: [PATCH] 2010-07-16 Tatsuhiro Tsujikawa Fixed indent of --conditional-get option. * src/usage_text.h --- ChangeLog | 5 +++++ src/usage_text.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 97e04154c..0a45e5258 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-07-16 Tatsuhiro Tsujikawa + + Fixed indent of --conditional-get option. + * src/usage_text.h + 2010-07-16 Tatsuhiro Tsujikawa Added --on-bt-download-complete=COMMAND option. For BitTorrent, a diff --git a/src/usage_text.h b/src/usage_text.h index 4e017f8ee..0c0c7e936 100644 --- a/src/usage_text.h +++ b/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" \