From 570df02268a2f31bed84e5dbfe4f815ec2960c29 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 13 Mar 2009 13:29:13 +0000 Subject: [PATCH] 2009-03-13 Tatsuhiro Tsujikawa Updated TEXT_DRY_RUN * 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 a3993193..c9dc3f1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-03-13 Tatsuhiro Tsujikawa + + Updated TEXT_DRY_RUN + * src/usage_text.h + 2009-03-13 Tatsuhiro Tsujikawa Changed the default value of --uri-selector option from 'inorder' diff --git a/src/usage_text.h b/src/usage_text.h index 76cb875f..d16cb319 100644 --- a/src/usage_text.h +++ b/src/usage_text.h @@ -502,6 +502,6 @@ _(" -O, --index-out=INDEX=PATH Set file path for file with index=INDEX. You ca #define TEXT_DRY_RUN \ _(" --dry-run[=true|false] If true is given, aria2 just checks whether the\n"\ " remote file is available and doesn't download\n"\ - " data. This option has effect on HTTP/FTP downloads\n"\ - " and BitTorrent downloads are canceled if true is\n"\ + " data. This option has effect on HTTP/FTP download.\n"\ + " BitTorrent downloads are canceled if true is\n"\ " specified.")