mirror of https://github.com/aria2/aria2
2009-03-13 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Updated TEXT_DRY_RUN * src/usage_text.hpull/1/head
parent
2586ca52ad
commit
570df02268
|
@ -1,3 +1,8 @@
|
||||||
|
2009-03-13 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Updated TEXT_DRY_RUN
|
||||||
|
* src/usage_text.h
|
||||||
|
|
||||||
2009-03-13 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2009-03-13 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Changed the default value of --uri-selector option from 'inorder'
|
Changed the default value of --uri-selector option from 'inorder'
|
||||||
|
|
|
@ -502,6 +502,6 @@ _(" -O, --index-out=INDEX=PATH Set file path for file with index=INDEX. You ca
|
||||||
#define TEXT_DRY_RUN \
|
#define TEXT_DRY_RUN \
|
||||||
_(" --dry-run[=true|false] If true is given, aria2 just checks whether the\n"\
|
_(" --dry-run[=true|false] If true is given, aria2 just checks whether the\n"\
|
||||||
" remote file is available and doesn't download\n"\
|
" remote file is available and doesn't download\n"\
|
||||||
" data. This option has effect on HTTP/FTP downloads\n"\
|
" data. This option has effect on HTTP/FTP download.\n"\
|
||||||
" and BitTorrent downloads are canceled if true is\n"\
|
" BitTorrent downloads are canceled if true is\n"\
|
||||||
" specified.")
|
" specified.")
|
||||||
|
|
Loading…
Reference in New Issue