From b89dc7740714a05d1a3b3e340c4f130f812d47e4 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 19 Dec 2015 11:35:30 +0900 Subject: [PATCH] Update doc --- doc/manual-src/en/aria2c.rst | 7 +++++-- src/usage_text.h | 4 +++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/manual-src/en/aria2c.rst b/doc/manual-src/en/aria2c.rst index aeadd3db..ef86bd93 100644 --- a/doc/manual-src/en/aria2c.rst +++ b/doc/manual-src/en/aria2c.rst @@ -170,8 +170,11 @@ HTTP/FTP/SFTP Options If aria2 receives "file not found" status from the remote HTTP/FTP servers NUM times without getting a single byte, then force the - download to fail. Specify ``0`` to disable this option. This options is - effective only when using HTTP/FTP servers. + download to fail. Specify ``0`` to disable this option. This options + is effective only when using HTTP/FTP servers. The number of retry + attempt is counted toward :option:`--max-tries`, so it should be + configured too. + Default: ``0`` .. option:: -m, --max-tries= diff --git a/src/usage_text.h b/src/usage_text.h index 09c4ae33..fdad8a7d 100644 --- a/src/usage_text.h +++ b/src/usage_text.h @@ -453,7 +453,9 @@ " a single byte, then force the download to fail.\n" \ " Specify 0 to disable this option.\n" \ " This options is effective only when using\n" \ - " HTTP/FTP servers.") + " HTTP/FTP servers. The number of retry attempt is\n" \ + " counted toward --max-tries, so it should be\n" \ + " configured too.") #define TEXT_URI_SELECTOR \ _(" --uri-selector=SELECTOR Specify URI selection algorithm.\n" \ " If 'inorder' is given, URI is tried in the order\n" \