mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
14 lines
433 B
Markdown
14 lines
433 B
Markdown
![]() |
# transmission-edit
|
||
|
|
||
|
> Modify announce URLs from torrent files.
|
||
|
> See also: `transmission`.
|
||
|
> More information: <https://manned.org/transmission-edit>.
|
||
|
|
||
|
- Add or remove a URL from a torrent's announce list:
|
||
|
|
||
|
`transmission-edit --{{add|delete}} {{http://example.com}} {{path/to/file.torrent}}`
|
||
|
|
||
|
- Update a tracker's passcode in a torrent file:
|
||
|
|
||
|
`transmission-edit --replace {{old-passcode}} {{new-passcode}} {{path/to/file.torrent}}`
|