mirror of https://github.com/aria2/aria2
[Docs] Added control file option to docs
parent
3644f077ad
commit
b408409f13
|
@ -3,7 +3,7 @@ aria2c(1)
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
**aria2c** [<OPTIONS>] [<URI>|<MAGNET>|<TORRENT_FILE>|<METALINK_FILE>|<CONTROL_FILE>] ...
|
**aria2c** [<OPTIONS>] [<URI>|<MAGNET>|<TORRENT_FILE>|<METALINK_FILE>|<ARIA2_CONTROL_FILE>] ...
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
@ -1736,7 +1736,7 @@ Some options takes ``K`` and ``M`` to conveniently represent 1024 and
|
||||||
case-insensitive way. In other words, ``k`` and ``m`` can be used as
|
case-insensitive way. In other words, ``k`` and ``m`` can be used as
|
||||||
well as ``K`` and ``M`` respectively.
|
well as ``K`` and ``M`` respectively.
|
||||||
|
|
||||||
URI, MAGNET, TORRENT_FILE, METALINK_FILE, CONTROL_FILE
|
URI, MAGNET, TORRENT_FILE, METALINK_FILE, ARIA2_CONTROL_FILE
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
You can specify multiple URIs in command-line. Unless you specify
|
You can specify multiple URIs in command-line. Unless you specify
|
||||||
|
|
Loading…
Reference in New Issue