mirror of https://github.com/aria2/aria2
Document that -o is always relative to -d option
parent
1e59e357af
commit
2365c91994
|
@ -232,8 +232,10 @@ HTTP/FTP/SFTP Options
|
||||||
|
|
||||||
.. option:: -o, --out=<FILE>
|
.. option:: -o, --out=<FILE>
|
||||||
|
|
||||||
The file name of the downloaded file. When the
|
The file name of the downloaded file. It is always relative to the
|
||||||
:option:`--force-sequential <-Z>` option is used, this option is ignored.
|
directory given in :option:`--dir <-d>` option. When the
|
||||||
|
:option:`--force-sequential <-Z>` option is used, this option is
|
||||||
|
ignored.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
|
|
@ -38,9 +38,10 @@
|
||||||
#define TEXT_DIR \
|
#define TEXT_DIR \
|
||||||
_(" -d, --dir=DIR The directory to store the downloaded file.")
|
_(" -d, --dir=DIR The directory to store the downloaded file.")
|
||||||
#define TEXT_OUT \
|
#define TEXT_OUT \
|
||||||
_(" -o, --out=FILE The file name of the downloaded file. When \n" \
|
_(" -o, --out=FILE The file name of the downloaded file. It is\n" \
|
||||||
" the -Z option is used, this option will be \n" \
|
" always relative to the directory given in -d\n" \
|
||||||
" ignored.")
|
" option. When the -Z option is used, this option\n" \
|
||||||
|
" will be ignored.")
|
||||||
#define TEXT_LOG \
|
#define TEXT_LOG \
|
||||||
_(" -l, --log=LOG The file name of the log file. If '-' is\n" \
|
_(" -l, --log=LOG The file name of the log file. If '-' is\n" \
|
||||||
" specified, log is written to stdout.")
|
" specified, log is written to stdout.")
|
||||||
|
|
Loading…
Reference in New Issue