mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 13:07:37 +03:00
Fix typo
Although I haven’t checked the code, I believe `unpauseAll` only works on paused downloads.
This commit is contained in:
parent
3cbc83dc07
commit
e07356a502
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue