From e08b6a4fc78c1fc14ba68aa1c701fdf111b5cfe7 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 16 Dec 2008 16:10:42 +0000 Subject: [PATCH] 2008-12-17 Tatsuhiro Tsujikawa Update doc for --realtime-chunk-checksum option. * src/usage_text.h --- ChangeLog | 5 +++++ src/usage_text.h | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index df9ce9bf5..35bd3ea5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-12-17 Tatsuhiro Tsujikawa + + Update doc for --realtime-chunk-checksum option. + * src/usage_text.h + 2008-12-17 Tatsuhiro Tsujikawa Updated French, Japanese, Russian and Ukrainian translations. diff --git a/src/usage_text.h b/src/usage_text.h index c7c6e457b..62ca8241f 100644 --- a/src/usage_text.h +++ b/src/usage_text.h @@ -164,8 +164,7 @@ _(" -V, --check-integrity[=true|false] Check file integrity by validating piece\ #define TEXT_REALTIME_CHUNK_CHECKSUM \ _(" --realtime-chunk-checksum=true|false Validate chunk of data by calculating\n"\ " checksum while downloading a file if chunk\n"\ - " checksums are provided. Currently Metalink is the\n"\ - " only way to provide chunk checksums.") + " checksums are provided.") #define TEXT_CONTINUE \ _(" -c, --continue Continue downloading a partially downloaded\n"\ " file. Use this option to resume a download\n"\