mirror of https://github.com/aria2/aria2
Document --pause-metadata option in man page
parent
e2932608fc
commit
4b9b1784f1
|
@ -947,6 +947,16 @@ RPC Options
|
||||||
:option:`--enable-rpc=true <--enable-rpc>` is given.
|
:option:`--enable-rpc=true <--enable-rpc>` is given.
|
||||||
Default: ``false``
|
Default: ``false``
|
||||||
|
|
||||||
|
.. option:: --pause-metadata[=true|false]
|
||||||
|
|
||||||
|
Pause downloads created as a result of metadata download. There are
|
||||||
|
3 types of metadata downloads in aria2: (1) downloading .torrent
|
||||||
|
file. (2) downloading torrent metadata using magnet link. (3)
|
||||||
|
downloading metalink file. These metadata downloads will generate
|
||||||
|
downloads using their metadata. This option pauses these subsequent
|
||||||
|
downloads. This option is effective only when
|
||||||
|
:option:`--enable-rpc=true <--enable-rpc>` is given.
|
||||||
|
Default: ``false``
|
||||||
|
|
||||||
.. option:: --rpc-allow-origin-all[=true|false]
|
.. option:: --rpc-allow-origin-all[=true|false]
|
||||||
|
|
||||||
|
@ -1925,6 +1935,7 @@ of URIs. These optional lines must start with white space(s).
|
||||||
* :option:`out <-o>`
|
* :option:`out <-o>`
|
||||||
* :option:`parameterized-uri <-P>`
|
* :option:`parameterized-uri <-P>`
|
||||||
* :option:`pause <--pause>`
|
* :option:`pause <--pause>`
|
||||||
|
* :option:`pause-metadata <--pause-metadata>`
|
||||||
* :option:`piece-length <--piece-length>`
|
* :option:`piece-length <--piece-length>`
|
||||||
* :option:`proxy-method <--proxy-method>`
|
* :option:`proxy-method <--proxy-method>`
|
||||||
* :option:`realtime-chunk-checksum <--realtime-chunk-checksum>`
|
* :option:`realtime-chunk-checksum <--realtime-chunk-checksum>`
|
||||||
|
|
Loading…
Reference in New Issue