Options (3)
-a, --addbooleanAdd a URL to a torrent's announce list
Example:
transmission-edit {{[-a|--add]}} {{http://example.com}} {{path/to/file.torrent}}-d, --deletebooleanRemove a URL from a torrent's announce list
Example:
transmission-edit {{[-d|--delete]}} {{http://example.com}} {{path/to/file.torrent}}-r, --replacebooleanUpdate a tracker's passcode in a torrent file
Example:
transmission-edit {{[-r|--replace]}} {{old-passcode}} {{new-passcode}} {{path/to/file.torrent}}Examples (3)
Add a URL to a torrent's announce list
transmission-edit [-a|--add] http://example.com path/to/file.torrentRemove a URL from a torrent's announce list
transmission-edit [-d|--delete] http://example.com path/to/file.torrentUpdate a tracker's passcode in a torrent file
transmission-edit [-r|--replace] old-passcode new-passcode path/to/file.torrentmade by @shridhargupta | data from tldr-pages