Revert "transmission: update from 2.13 to 2.22"
[tomato.git] / release / src / router / transmission / utils / transmission-create.1
blob90397de8ee8e23d5baca004719ebe30a687d20ea
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-create 1 ,
40 .Xr transmission-daemon 1 ,
41 .Xr transmission-edit 1 ,
42 .Xr transmission-gtk 1 ,
43 .Xr transmission-qt 1 ,
44 .Xr transmission-remote 1 ,
45 .Xr transmission-show 1
46 .Pp
47 http://www.transmissionbt.com/