mirror of
https://github.com/transmission/transmission
synced 2025-03-03 18:25:35 +00:00
(trunk) add transmission-qt manpage
This commit is contained in:
parent
1bd55f2b2f
commit
0bfc4b0207
1 changed files with 74 additions and 0 deletions
74
qt/transmission-qt.1
Normal file
74
qt/transmission-qt.1
Normal file
|
@ -0,0 +1,74 @@
|
|||
.Dd June 26, 2010
|
||||
.Dt TRANSMISSION-QT 1
|
||||
.Sh NAME
|
||||
.Nm transmission-qt
|
||||
.Nd a bittorrent client
|
||||
.Sh SYNOPSIS
|
||||
.Nm transmission-qt
|
||||
.Fl h
|
||||
.Nm
|
||||
.Op Nm options
|
||||
.Op Ar torrent-file ...
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
is a fast and easy BitTorrent client.
|
||||
.Pp
|
||||
BitTorrent is a peer-to-peer file transfer protocol which uses a
|
||||
metainfo file (usually with the .torrent file extension) and a central
|
||||
tracker to distribute file data amongst a group of peers. For more
|
||||
information on the BitTorrent protocol see http://www.bittorrent.org/
|
||||
.Sh OPTIONS
|
||||
.Bl -tag -width Ds
|
||||
.It Fl h Fl -help
|
||||
Show help options
|
||||
.It Fl g, Fl -config-dir Ar directory
|
||||
Where to look for configuration files. This can be used to swap between using the cli, daemon, gtk, and qt clients.
|
||||
See http://trac.transmissionbt.com/wiki/ConfigFiles for more information.
|
||||
.It Fl m Fl -minimized
|
||||
Start minimized in notification area
|
||||
.It Fl p, Fl -port Ar port
|
||||
Port to use when connecting to an existing session
|
||||
.It Fl r, Fl -remote Ar host
|
||||
Connect to an existing session at the specified hostname
|
||||
.It Fl u, Fl -username Ar username
|
||||
Username to use when connecting to an existing session
|
||||
.It Fl v, Fl -version
|
||||
Show version number and exit
|
||||
.It Fl w, Fl -password Ar password
|
||||
Password to use when connecting to an existing session
|
||||
.El
|
||||
.Pp
|
||||
Multiple .torrent files may be added at startup
|
||||
by appending them on the command line. If
|
||||
.Nm
|
||||
is already running, the torrents will be added to the running instance.
|
||||
.Sh ENVIRONMENT
|
||||
.Bl -tag -width Fl
|
||||
.It Ev TRANSMISSION_HOME
|
||||
Sets the default config-dir.
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width Ds -compact
|
||||
.It ~/.config/transmission
|
||||
The config-dir used when neither
|
||||
.Op Ev TRANSMISSION_HOME
|
||||
nor
|
||||
.Op Fl g
|
||||
is specified.
|
||||
.El
|
||||
.Sh AUTHORS
|
||||
.An -nosplit
|
||||
.Nm
|
||||
was written by
|
||||
.An Charles Kerr ,
|
||||
.An Josh Elsasser ,
|
||||
.An Eric Petit ,
|
||||
and
|
||||
.An Mitchell Livingston .
|
||||
.Sh SEE ALSO
|
||||
.Xr transmissioncli 1 ,
|
||||
.Xr transmission-daemon 1 ,
|
||||
.Xr transmission-gtk 1 ,
|
||||
.Xr transmission-remote 1
|
||||
.Pp
|
||||
http://www.transmissionbt.com/
|
Loading…
Reference in a new issue