mirror of https://github.com/aria2/aria2
Fix typo
Although I haven’t checked the code, I believe `unpauseAll` only works on paused downloads.pull/899/merge
parent
3cbc83dc07
commit
e07356a502
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue