Last change
on this file since 10813 was
10813,
checked in by Longinus00, 12 years ago
|
(utils) add manpage for transmission-show
|
File size:
943 bytes
|
Line | |
---|
1 | .Dd June 9, 2010 |
---|
2 | .Dt TRANSMISSION-CREATE 1 |
---|
3 | .Os |
---|
4 | .Sh NAME |
---|
5 | .Nm transmission-create |
---|
6 | .Nd command-line utility to create .torrent files |
---|
7 | .Sh SYNOPSIS |
---|
8 | .Bk -words |
---|
9 | .Nm |
---|
10 | .Op Fl h |
---|
11 | .Op Fl p |
---|
12 | .Op Fl o Ar file |
---|
13 | .Op Fl c Ar comment |
---|
14 | .Op Fl t Ar tracker |
---|
15 | .Op Ar source file or directory |
---|
16 | .Ek |
---|
17 | .Sh DESCRIPTION |
---|
18 | .Nm |
---|
19 | creates BitTorrent .torrent files from the command line |
---|
20 | .Sh OPTIONS |
---|
21 | .Bl -tag -width Ds |
---|
22 | .It Fl h Fl -help |
---|
23 | Show a short help page and exit. |
---|
24 | .It Fl p Fl -private |
---|
25 | Flag the torrent as intended for use on private trackers. |
---|
26 | .It Fl c Fl -comment |
---|
27 | Add a comment to the torrent file. |
---|
28 | .It Fl t Fl -tracker |
---|
29 | Add a tracker's |
---|
30 | .Ar announce URL |
---|
31 | to the .torrent. Most torrents will have at least one |
---|
32 | .Ar announce URL. |
---|
33 | To add more than one, use this option multiple times. |
---|
34 | .El |
---|
35 | .Sh AUTHORS |
---|
36 | .An -nosplit |
---|
37 | .An Charles Kerr |
---|
38 | .Sh SEE ALSO |
---|
39 | .Xr transmission-daemon 1 , |
---|
40 | .Xr transmission-gtk 1 , |
---|
41 | .Xr transmission-edit 1 , |
---|
42 | .Xr transmission-show 1 |
---|
43 | .Pp |
---|
44 | http://www.transmissionbt.com/ |
---|
Note: See
TracBrowser
for help on using the repository browser.