Updated help text for --input-file option.

Removed reference of --out and --dir option. It is a regacy before we
supported many other options.
pull/1/head
Tatsuhiro Tsujikawa 2010-12-08 22:54:20 +09:00
parent 235b5a0848
commit 31ec5ddf92
2 changed files with 8 additions and 7 deletions

View File

@ -37,9 +37,9 @@ Basic Options
Downloads URIs found in FILE. You can specify multiple URIs for a single Downloads URIs found in FILE. You can specify multiple URIs for a single
entity: separate URIs on a single line using the TAB character. entity: separate URIs on a single line using the TAB character.
Reads input from stdin when '-' is specified. Reads input from stdin when '-' is specified.
The additional *<<aria2_optref_out, out>>* and *<<aria2_optref_dir, dir>>* Additionally, options can be specified after each line of
options can be specified after each line of URI. This optional line must start with one or more white spaces and have
URIs. This optional line must start with white space(s). one option per single line.
See *<<_input_file, Input File>>* subsection for details. See *<<_input_file, Input File>>* subsection for details.
[[aria2_optref_log]]*-l*, *--log*=LOG:: [[aria2_optref_log]]*-l*, *--log*=LOG::

View File

@ -214,10 +214,11 @@
" multiple URIs for a single entity: separate\n" \ " multiple URIs for a single entity: separate\n" \
" URIs on a single line using the TAB character.\n" \ " URIs on a single line using the TAB character.\n" \
" Reads input from stdin when '-' is specified.\n" \ " Reads input from stdin when '-' is specified.\n" \
" The additional out and dir options can be\n" \ " Additionally, options can be specified after each\n" \
" specified after each line of URIs. This optional\n" \ " line of URI. This optional line must start with\n" \
" line must start with white space(s). See INPUT\n" \ " one or more white spaces and have one option per\n" \
" FILE section of man page for details.") " single line. See INPUT FILE section of man page\n" \
" for details.")
#define TEXT_MAX_CONCURRENT_DOWNLOADS \ #define TEXT_MAX_CONCURRENT_DOWNLOADS \
_(" -j, --max-concurrent-downloads=N Set maximum number of parallel downloads for\n" \ _(" -j, --max-concurrent-downloads=N Set maximum number of parallel downloads for\n" \
" every static (HTTP/FTP) URL, torrent and metalink.\n" \ " every static (HTTP/FTP) URL, torrent and metalink.\n" \