From e07356a502fc7bad3cfefb27a0077625ea93a7bf Mon Sep 17 00:00:00 2001 From: Tse Kit Yam Date: Wed, 3 May 2017 22:22:04 +0800 Subject: [PATCH] Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Although I haven’t checked the code, I believe `unpauseAll` only works on paused downloads. --- doc/manual-src/en/aria2c.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual-src/en/aria2c.rst b/doc/manual-src/en/aria2c.rst index 1bf1f38f..1c990e85 100644 --- a/doc/manual-src/en/aria2c.rst +++ b/doc/manual-src/en/aria2c.rst @@ -2563,7 +2563,7 @@ For information on the *secret* parameter, see :ref:`rpc_auth`. .. function:: aria2.unpauseAll([secret]) - This method is equal to calling :func:`aria2.unpause` for every active/waiting + This method is equal to calling :func:`aria2.unpause` for every paused download. This methods returns ``OK``. .. function:: aria2.tellStatus([secret], gid[, keys])