mirror of https://github.com/aria2/aria2
2009-12-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Updated usage text for --metalink-file option. * src/usage_text.hpull/1/head
parent
74c6599906
commit
e296c00e33
|
@ -1,3 +1,8 @@
|
|||
2009-12-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Updated usage text for --metalink-file option.
|
||||
* src/usage_text.h
|
||||
|
||||
2009-12-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
If '-' is given as an argument to --metalink-file option, aria2
|
||||
|
|
|
@ -331,7 +331,8 @@ _(" --bt-max-peers=NUM Specify the maximum number of peers per torrent
|
|||
" 0 means unlimited.\n"\
|
||||
" See also --bt-request-peer-speed-limit option.")
|
||||
#define TEXT_METALINK_FILE \
|
||||
_(" -M, --metalink-file=METALINK_FILE The file path to the .metalink file.")
|
||||
_(" -M, --metalink-file=METALINK_FILE The file path to the .metalink file. Reads\n"\
|
||||
" input from stdin when '-' is specified.")
|
||||
#define TEXT_METALINK_SERVERS \
|
||||
_(" -C, --metalink-servers=NUM_SERVERS The number of servers to connect to\n"\
|
||||
" simultaneously. Some Metalinks regulate the\n"\
|
||||
|
|
Loading…
Reference in New Issue