1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-22 15:54:57 +00:00

(utils) add manpage for transmission-show

This commit is contained in:
Daniel Lee 2010-06-21 13:29:48 +00:00
parent ad9814612d
commit 11ccd65373
4 changed files with 37 additions and 2 deletions

View file

@ -20,7 +20,8 @@ transmission_show_SOURCES = show.c
dist_man_MANS = \
transmission-create.1 \
transmission-edit.1
transmission-edit.1 \
transmission-show.1
transmission_create_LDADD = \
$(top_builddir)/libtransmission/libtransmission.a \

View file

@ -31,7 +31,7 @@ Add a tracker's
to the .torrent. Most torrents will have at least one
.Ar announce URL.
To add more than one, use this option multiple times.
.El
.Sh AUTHORS
.An -nosplit
.An Charles Kerr

View file

@ -26,6 +26,7 @@ Add an announce URL to the torrent's announce-list if it's not already in the li
Remove an announce URL from the torrent's announce-list
.It Fl r Fl -replace Ar search Ar replace
Substring search-and-replace inside a torrent's announce URLs. This can be used to change an announce URL when the tracker moves or your passcode changes.
.El
.Sh EXAMPLES
Update a tracker passcode in all your torrents:
.Bd -literal -offset indent

33
utils/transmission-show.1 Normal file
View file

@ -0,0 +1,33 @@
.Dd June 9, 2010
.Dt TRANSMISSION-SHOW 1
.Os
.Sh NAME
.Nm transmission-show
.Nd command-line utility to show .torrent file metadata
.Sh SYNOPSIS
.Bk -words
.Nm
.Op Fl h
.Op Fl s
.Op Ar torrentfile
.Ek
.Sh DESCRIPTION
.Nm
shows BitTorrent .torrent file metadata
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl h Fl -help
Show a short help page and exit.
.It Fl s Fl -scrape
Ask the torrent's trackers how many peers are in the torrent's swarm
.El
.Sh AUTHORS
.An -nosplit
.An Charles Kerr
.Sh SEE ALSO
.Xr transmission-daemon 1 ,
.Xr transmission-gtk 1 ,
.Xr transmission-create 1 ,
.Xr transmission-edit 1
.Pp
http://www.transmissionbt.com/