mirror of
https://github.com/transmission/transmission
synced 2024-12-24 00:34:04 +00:00
(trunk daemon) #4947 "Expanded info not in transmission-remote manpage, only in --help" -- fixed.
This commit is contained in:
parent
5c34257ee0
commit
e63ae0c50c
1 changed files with 12 additions and 0 deletions
|
@ -31,6 +31,10 @@ and
|
||||||
.Op Fl GSR
|
.Op Fl GSR
|
||||||
.Op Fl h
|
.Op Fl h
|
||||||
.Op Fl i
|
.Op Fl i
|
||||||
|
.Op Fl ic
|
||||||
|
.Op Fl if
|
||||||
|
.Op Fl ip
|
||||||
|
.Op Fl it
|
||||||
.Op Fl l
|
.Op Fl l
|
||||||
.Op Fl m | M
|
.Op Fl m | M
|
||||||
.Op Fl n Ar user:pass
|
.Op Fl n Ar user:pass
|
||||||
|
@ -160,6 +164,14 @@ All torrents, unless overridden by a per-torrent setting, should seed regardless
|
||||||
Print command-line option descriptions.
|
Print command-line option descriptions.
|
||||||
.It Fl i Fl -info Ar id | torrent-hash
|
.It Fl i Fl -info Ar id | torrent-hash
|
||||||
Show details of the current torrent(s)
|
Show details of the current torrent(s)
|
||||||
|
.It Fl if Fl -info-files Ar id | torrent-hash
|
||||||
|
List the specified torrent's files
|
||||||
|
.It Fl ip Fl -info-peers Ar id | torrent-hash
|
||||||
|
List the specified torrent's peers
|
||||||
|
.It Fl ic Fl -info-pieces Ar id | torrent-hash
|
||||||
|
List the specified torrent's pieces
|
||||||
|
.It Fl it Fl -info-trackers Ar id | torrent-hash
|
||||||
|
List the specified torrent's trackers
|
||||||
.It Fl si Fl -session-info
|
.It Fl si Fl -session-info
|
||||||
List session information from the server
|
List session information from the server
|
||||||
.It Fl st Fl -session-stats
|
.It Fl st Fl -session-stats
|
||||||
|
|
Loading…
Reference in a new issue