mirror of https://github.com/aria2/aria2
Merge pull request #722 from ardecvz/reorder-note
Reorder a note section in aria2c.rstpull/723/head
commit
c09eab574c
|
@ -1335,6 +1335,11 @@ Advanced Options
|
|||
file system, and does not allocate disk space at all. This means
|
||||
that it does not help avoiding fragmentation.
|
||||
|
||||
.. note::
|
||||
|
||||
In multi file torrent downloads, the files adjacent forward to the specified files
|
||||
are also allocated if they share the same piece.
|
||||
|
||||
.. option:: --force-save[=true|false]
|
||||
|
||||
Save download with :option:`--save-session <--save-session>` option
|
||||
|
@ -1519,11 +1524,6 @@ Advanced Options
|
|||
Setting ``0`` suppresses the output.
|
||||
Default: ``60``
|
||||
|
||||
.. note::
|
||||
|
||||
In multi file torrent downloads, the files adjacent forward to the specified files
|
||||
are also allocated if they share the same piece.
|
||||
|
||||
.. option:: -Z, --force-sequential[=true|false]
|
||||
|
||||
Fetch URIs in the command-line sequentially and download each URI in a
|
||||
|
|
Loading…
Reference in New Issue