From 31ec5ddf92d9f21ad3db5721f9680dcdc03fbd65 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 8 Dec 2010 22:54:20 +0900 Subject: [PATCH] Updated help text for --input-file option. Removed reference of --out and --dir option. It is a regacy before we supported many other options. --- doc/aria2c.1.asciidoc | 6 +++--- src/usage_text.h | 9 +++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/doc/aria2c.1.asciidoc b/doc/aria2c.1.asciidoc index 22af5fb3..225e2d98 100644 --- a/doc/aria2c.1.asciidoc +++ b/doc/aria2c.1.asciidoc @@ -37,9 +37,9 @@ Basic Options Downloads URIs found in FILE. You can specify multiple URIs for a single entity: separate URIs on a single line using the TAB character. Reads input from stdin when '-' is specified. - The additional *<>* and *<>* - options can be specified after each line of - URIs. This optional line must start with white space(s). + Additionally, options can be specified after each line of + URI. This optional line must start with one or more white spaces and have + one option per single line. See *<<_input_file, Input File>>* subsection for details. [[aria2_optref_log]]*-l*, *--log*=LOG:: diff --git a/src/usage_text.h b/src/usage_text.h index 351d629c..1595c7a0 100644 --- a/src/usage_text.h +++ b/src/usage_text.h @@ -214,10 +214,11 @@ " multiple URIs for a single entity: separate\n" \ " URIs on a single line using the TAB character.\n" \ " Reads input from stdin when '-' is specified.\n" \ - " The additional out and dir options can be\n" \ - " specified after each line of URIs. This optional\n" \ - " line must start with white space(s). See INPUT\n" \ - " FILE section of man page for details.") + " Additionally, options can be specified after each\n" \ + " line of URI. This optional line must start with\n" \ + " one or more white spaces and have one option per\n" \ + " single line. See INPUT FILE section of man page\n" \ + " for details.") #define TEXT_MAX_CONCURRENT_DOWNLOADS \ _(" -j, --max-concurrent-downloads=N Set maximum number of parallel downloads for\n" \ " every static (HTTP/FTP) URL, torrent and metalink.\n" \