mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:22:09 +02:00
transmission-edit: add page (#8458)
* transmission-edit: add page * Rewrite example description
This commit is contained in:
parent
1bb198bc94
commit
3e182df3ba
1 changed files with 13 additions and 0 deletions
13
pages/common/transmission-edit.md
Normal file
13
pages/common/transmission-edit.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue