mirror of https://github.com/aria2/aria2
2010-07-16 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed indent of --conditional-get option. * src/usage_text.hpull/1/head
parent
34036e58af
commit
9d5f19d5b1
|
@ -1,3 +1,8 @@
|
||||||
|
2010-07-16 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Fixed indent of --conditional-get option.
|
||||||
|
* src/usage_text.h
|
||||||
|
|
||||||
2010-07-16 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2010-07-16 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Added --on-bt-download-complete=COMMAND option. For BitTorrent, a
|
Added --on-bt-download-complete=COMMAND option. For BitTorrent, a
|
||||||
|
|
|
@ -696,8 +696,8 @@
|
||||||
" not split file and download it using 1 source.")
|
" not split file and download it using 1 source.")
|
||||||
#define TEXT_CONDITIONAL_GET \
|
#define TEXT_CONDITIONAL_GET \
|
||||||
_(" --conditional-get[=true|false] Download file only when the local file is older\n" \
|
_(" --conditional-get[=true|false] Download file only when the local file is older\n" \
|
||||||
" than remote file. Currently, this function has\n" \
|
" than remote file. Currently, this function has\n" \
|
||||||
" many limitations. See man page for details.")
|
" many limitations. See man page for details.")
|
||||||
#define TEXT_ON_BT_DOWNLOAD_COMPLETE \
|
#define TEXT_ON_BT_DOWNLOAD_COMPLETE \
|
||||||
_(" --on-bt-download-complete=COMMAND For BitTorrent, a command specified in\n" \
|
_(" --on-bt-download-complete=COMMAND For BitTorrent, a command specified in\n" \
|
||||||
" --on-download-complete is called when download\n" \
|
" --on-download-complete is called when download\n" \
|
||||||
|
|
Loading…
Reference in New Issue