diff --git a/pages/common/transmission-edit.md b/pages/common/transmission-edit.md new file mode 100644 index 0000000000..9891e2fff6 --- /dev/null +++ b/pages/common/transmission-edit.md @@ -0,0 +1,13 @@ +# transmission-edit + +> Modify announce URLs from torrent files. +> See also: `transmission`. +> More information: . + +- 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}}`