diff --git a/utils/Makefile.am b/utils/Makefile.am index 481897e2a..c397ea5ec 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -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 \ diff --git a/utils/transmission-create.1 b/utils/transmission-create.1 index 097463638..dca6201dc 100644 --- a/utils/transmission-create.1 +++ b/utils/transmission-create.1 @@ -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 diff --git a/utils/transmission-edit.1 b/utils/transmission-edit.1 index 71b508f2e..7fc8dd42e 100644 --- a/utils/transmission-edit.1 +++ b/utils/transmission-edit.1 @@ -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 diff --git a/utils/transmission-show.1 b/utils/transmission-show.1 new file mode 100644 index 000000000..9e1508ee5 --- /dev/null +++ b/utils/transmission-show.1 @@ -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/