diff --git a/docs/rpc-spec.md b/docs/rpc-spec.md index b168c107e..e553cdd62 100644 --- a/docs/rpc-spec.md +++ b/docs/rpc-spec.md @@ -112,13 +112,13 @@ username and password (respectively), separated by a colon. ## 3 Torrent requests ### 3.1 Torrent action requests -| Method name | libtransmission function -|:--|:-- -| `torrent-start` | tr_torrentStart -| `torrent-start-now` | tr_torrentStartNow -| `torrent-stop` | tr_torrentStop -| `torrent-verify` | tr_torrentVerify -| `torrent-reannounce` | tr_torrentManualUpdate ("ask tracker for more peers") +| Method name | libtransmission function | Description +|:--|:--|:-- +| `torrent-start` | tr_torrentStart | start torrent +| `torrent-start-now` | tr_torrentStartNow | start torrent disregarding queue position +| `torrent-stop` | tr_torrentStop | stop torrent +| `torrent-verify` | tr_torrentVerify | verify torrent +| `torrent-reannounce` | tr_torrentManualUpdate | re-announce to trackers now Request arguments: `ids`, which specifies which torrents to use. All torrents are used if the `ids` argument is omitted.