mirror of https://github.com/aria2/aria2
2008-12-17 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Update doc for --realtime-chunk-checksum option. * src/usage_text.hpull/1/head
parent
bde2f8e35d
commit
e08b6a4fc7
|
@ -1,3 +1,8 @@
|
|||
2008-12-17 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Update doc for --realtime-chunk-checksum option.
|
||||
* src/usage_text.h
|
||||
|
||||
2008-12-17 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Updated French, Japanese, Russian and Ukrainian translations.
|
||||
|
|
|
@ -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"\
|
||||
|
|
Loading…
Reference in New Issue