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" \