mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:33:50 +02:00
transmission-show: add page (#8459)
This commit is contained in:
parent
ee72074d19
commit
408a8247cf
1 changed files with 17 additions and 0 deletions
17
pages/common/transmission-show.md
Normal file
17
pages/common/transmission-show.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# transmission-show
|
||||
|
||||
> Get information about a torrent file.
|
||||
> See also: `transmission`.
|
||||
> More information: <https://manned.org/transmission-show>.
|
||||
|
||||
- Display metadata for a specific torrent:
|
||||
|
||||
`transmission-show {{path/to/file.torrent}}`
|
||||
|
||||
- Generate a magnet link for a specific torrent:
|
||||
|
||||
`transmission-show --magnet {{path/to/file.torrent}}`
|
||||
|
||||
- Query a torrent's trackers and print the current number of peers:
|
||||
|
||||
`transmission-show --scrape {{path/to/file.torrent}}`
|
Loading…
Add table
Reference in a new issue