mirror of https://github.com/aria2/aria2
Fix misspelled word
parent
5436b758b7
commit
54af7ad1c5
|
@ -1486,7 +1486,7 @@ Advanced Options
|
||||||
.. option:: --multiple-interface=<INTERFACES>
|
.. option:: --multiple-interface=<INTERFACES>
|
||||||
|
|
||||||
Comma separated list of interfaces to bind sockets to. Requests will
|
Comma separated list of interfaces to bind sockets to. Requests will
|
||||||
be splited among the interfaces to achieve link aggregation. You can
|
be split among the interfaces to achieve link aggregation. You can
|
||||||
specify interface name, IP address and hostname. If
|
specify interface name, IP address and hostname. If
|
||||||
:option:`--interface` is used, this option will be ignored.
|
:option:`--interface` is used, this option will be ignored.
|
||||||
Possible Values: interface, IP address, hostname
|
Possible Values: interface, IP address, hostname
|
||||||
|
|
|
@ -638,7 +638,7 @@
|
||||||
" interface name, IP address and hostname.")
|
" interface name, IP address and hostname.")
|
||||||
#define TEXT_MULTIPLE_INTERFACE \
|
#define TEXT_MULTIPLE_INTERFACE \
|
||||||
_(" --multiple-interface=INTERFACES Comma separated list of interfaces to bind\n" \
|
_(" --multiple-interface=INTERFACES Comma separated list of interfaces to bind\n" \
|
||||||
" sockets to. Requests will be splited among the\n" \
|
" sockets to. Requests will be split among the\n" \
|
||||||
" interfaces to achieve link aggregation. You can\n" \
|
" interfaces to achieve link aggregation. You can\n" \
|
||||||
" specify interface name, IP address and hostname.\n" \
|
" specify interface name, IP address and hostname.\n" \
|
||||||
" If --interface is used, this option will be\n" \
|
" If --interface is used, this option will be\n" \
|
||||||
|
|
Loading…
Reference in New Issue