mirror of https://github.com/aria2/aria2
2009-07-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed typo * doc/aria2c.1.txt * src/usage_text.hpull/1/head
parent
6388bb52fb
commit
faa4668bbb
|
@ -1,3 +1,9 @@
|
||||||
|
2009-07-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Fixed typo
|
||||||
|
* doc/aria2c.1.txt
|
||||||
|
* src/usage_text.h
|
||||||
|
|
||||||
2009-07-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2009-07-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Removed peer-id-prefix option from -i list.
|
Removed peer-id-prefix option from -i list.
|
||||||
|
|
|
@ -559,6 +559,6 @@ _(" --on-download-stop=COMMAND Set the command to be executed when download\n"
|
||||||
" See --on-download-start option for the\n"\
|
" See --on-download-start option for the\n"\
|
||||||
" requirement of COMMAND.")
|
" requirement of COMMAND.")
|
||||||
#define TEXT_BT_STOP_TIMEOUT \
|
#define TEXT_BT_STOP_TIMEOUT \
|
||||||
_(" --bt-stop-timteout=SEC Stop BitTorrent download if download speed is 0\n"\
|
_(" --bt-stop-timeout=SEC Stop BitTorrent download if download speed is 0\n"\
|
||||||
" and the number of seeder is 0 in consecutive NUM\n"\
|
" and the number of seeder is 0 in consecutive NUM\n"\
|
||||||
" seconds. If 0 is given, this feature is disabled.")
|
" seconds. If 0 is given, this feature is disabled.")
|
||||||
|
|
Loading…
Reference in New Issue