1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 23:22:07 +02:00
tldr/pages/common/transmission-edit.md
Cairn 3e182df3ba
transmission-edit: add page (#8458)
* transmission-edit: add page

* Rewrite example description
2022-09-19 15:50:46 +05:30

433 B

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}}