mirror of https://github.com/aria2/aria2
Documented new options
parent
db239c2853
commit
94a45bfbfc
|
@ -1244,13 +1244,14 @@ Advanced Options
|
||||||
|
|
||||||
.. option:: --download-result=<OPT>
|
.. option:: --download-result=<OPT>
|
||||||
|
|
||||||
This option changes the way ``Download Results`` is formatted. If OPT
|
This option changes the way ``Download Results`` is formatted. If
|
||||||
is ``default``, print GID, status, average download speed and
|
OPT is ``default``, print GID, status, average download speed and
|
||||||
path/URI. If multiple files are involved, path/URI of first
|
path/URI. If multiple files are involved, path/URI of first
|
||||||
requested file is printed and remaining ones are omitted. If OPT is
|
requested file is printed and remaining ones are omitted. If OPT is
|
||||||
``full``, print GID, status, average download speed, percentage of
|
``full``, print GID, status, average download speed, percentage of
|
||||||
progress and path/URI. The percentage of progress and path/URI are
|
progress and path/URI. The percentage of progress and path/URI are
|
||||||
printed for each requested file in each row.
|
printed for each requested file in each row. If OPT is ``hide``,
|
||||||
|
``Download Results`` is hidden.
|
||||||
Default: ``default``
|
Default: ``default``
|
||||||
|
|
||||||
.. option:: --dscp=<DSCP>
|
.. option:: --dscp=<DSCP>
|
||||||
|
@ -1499,6 +1500,12 @@ Advanced Options
|
||||||
|
|
||||||
Show console readout. Default: ``true``
|
Show console readout. Default: ``true``
|
||||||
|
|
||||||
|
|
||||||
|
.. option:: --stderr[=true|false]
|
||||||
|
|
||||||
|
Redirect all console output that would be otherwise printed in
|
||||||
|
stdout to stderr. Default: ``false``
|
||||||
|
|
||||||
.. option:: --summary-interval=<SEC>
|
.. option:: --summary-interval=<SEC>
|
||||||
|
|
||||||
Set interval in seconds to output download progress summary.
|
Set interval in seconds to output download progress summary.
|
||||||
|
|
|
@ -883,7 +883,7 @@
|
||||||
" path/URI. The percentage of progress and\n" \
|
" path/URI. The percentage of progress and\n" \
|
||||||
" path/URI are printed for each requested file in\n" \
|
" path/URI are printed for each requested file in\n" \
|
||||||
" each row.\n" \
|
" each row.\n" \
|
||||||
" If OPT is 'hide', \"Download Result\" is hidden.")
|
" If OPT is 'hide', \"Download Results\" is hidden.")
|
||||||
#define TEXT_HASH_CHECK_ONLY \
|
#define TEXT_HASH_CHECK_ONLY \
|
||||||
_(" --hash-check-only[=true|false] If true is given, after hash check using\n" \
|
_(" --hash-check-only[=true|false] If true is given, after hash check using\n" \
|
||||||
" --check-integrity option, abort download whether\n" \
|
" --check-integrity option, abort download whether\n" \
|
||||||
|
|
Loading…
Reference in New Issue