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 Fl s Ar piece-size-KiB
16.Op Ar source file or directory
17.Ek
18.Sh DESCRIPTION
19.Nm
20creates BitTorrent .torrent files from the command line
21.Sh OPTIONS
22.Bl -tag -width Ds
23.It Fl h Fl -help
24Show a short help page and exit.
25.It Fl o Fl -outfile
26Save the generated .torrent to this filename.
27.It Fl p Fl -private
28Flag the torrent as intended for use on private trackers.
29.It Fl c Fl -comment
30Add a comment to the torrent file.
31.It Fl s Fl -piecesize
32Set how many KiB each piece should be, overriding the preferred default
33.It Fl t Fl -tracker
34Add a tracker's
35.Ar announce URL
36to the .torrent. Most torrents will have at least one
37.Ar announce URL.
38To add more than one, use this option multiple times.
39.El
40.Sh AUTHORS
41.An -nosplit
42.An Charles Kerr
43and
44.An Mike Gelfand .
45.Sh SEE ALSO
46.Xr transmission-create 1 ,
47.Xr transmission-daemon 1 ,
48.Xr transmission-edit 1 ,
49.Xr transmission-gtk 1 ,
50.Xr transmission-qt 1 ,
51.Xr transmission-remote 1 ,
52.Xr transmission-show 1
53.Pp
54https://transmissionbt.com/
55