2019-06-05 22:32:37 +00:00
|
|
|
.TH DELUGE 1
|
2008-11-25 23:21:22 +00:00
|
|
|
|
|
|
|
.SH NAME
|
2017-03-13 23:34:41 +00:00
|
|
|
deluge - A BitTorrent client
|
2008-11-25 23:21:22 +00:00
|
|
|
|
|
|
|
.SH SYNOPSIS
|
2015-08-14 11:55:28 +00:00
|
|
|
.B deluge [options]
|
|
|
|
.RI [ torrent-file\fR]
|
2008-11-25 23:21:22 +00:00
|
|
|
|
|
|
|
.SH DESCRIPTION
|
2017-03-13 23:34:41 +00:00
|
|
|
Deluge utilizes a client/server model, with \fBdeluged\fR being the daemon process and \fBdeluge\fR being used to launch a user-interface.
|
2008-11-25 23:21:22 +00:00
|
|
|
.P
|
2017-03-13 23:34:41 +00:00
|
|
|
By default, Deluge will run in \fIStandalone\fR mode where the daemon functionality will be hidden.
|
|
|
|
You can switch to \fIThinclient\fR mode in the Preferences dialog.
|
2008-11-25 23:21:22 +00:00
|
|
|
|
|
|
|
.SH OPTIONS
|
2017-03-13 23:34:41 +00:00
|
|
|
.SS Config Options
|
2008-11-25 23:21:22 +00:00
|
|
|
.TP
|
2017-03-13 23:34:41 +00:00
|
|
|
.BI \-c\ path \fR,\ \fB\-\-config= path
|
2015-08-14 11:55:28 +00:00
|
|
|
Set the config directory location.
|
|
|
|
|
|
|
|
.SS UI Options
|
2017-03-13 23:34:41 +00:00
|
|
|
See \fBdeluge -h\fR for available user interfaces.
|
2008-11-25 23:21:22 +00:00
|
|
|
.TP
|
2017-03-13 23:34:41 +00:00
|
|
|
.I user_interface \fR[\fIui-args\fR] Alternative UI to launch, with optional ui args
|
2008-11-25 23:21:22 +00:00
|
|
|
.TP
|
2015-08-14 11:55:28 +00:00
|
|
|
.BI -s\ default_ui \fR,\ \fB--set-default-ui= default_ui
|
|
|
|
Sets the default UI to be run when no UI is specified
|
|
|
|
|
|
|
|
.SS Logging Options
|
2008-11-25 23:21:22 +00:00
|
|
|
.TP
|
2017-03-13 23:34:41 +00:00
|
|
|
.BI \-l\ file \fR,\ \fB\-\-logfile= file
|
|
|
|
Output to specified logfile instead of stdout
|
2008-11-28 23:28:06 +00:00
|
|
|
.TP
|
2017-03-13 23:34:41 +00:00
|
|
|
.BI \-L\ loglevel \fR,\ \fB\-\-loglevel= loglevel
|
2015-08-14 11:55:28 +00:00
|
|
|
Set the log level (default is error):
|
2017-03-13 23:34:41 +00:00
|
|
|
.B none, info, warning, error, debug
|
|
|
|
.TP
|
|
|
|
.B \-q\fR,\ \fB\-\-quiet
|
|
|
|
Sets the log level to \fBnone\fR, same as \fB\-L none
|
|
|
|
.TP
|
|
|
|
.BI \-\-logrotate\fR[\fB=\fImax-size\fR]
|
|
|
|
Enable logfile rotation, with optional maximum logfile
|
|
|
|
size, default: 2M (Logfile rotation count is 5)
|
2008-11-28 23:28:06 +00:00
|
|
|
.TP
|
2017-03-13 23:34:41 +00:00
|
|
|
.BI \-\-profile\fR[\fB=\fIfile\fR]
|
|
|
|
Profile with cProfile. Outputs to stdout unless a filename is specified
|
2015-08-14 11:55:28 +00:00
|
|
|
|
|
|
|
.SS Help Options
|
2009-02-02 00:20:25 +00:00
|
|
|
.TP
|
2017-03-13 23:34:41 +00:00
|
|
|
.B \-V\fR,\ \fB\-\-version
|
2015-08-14 11:55:28 +00:00
|
|
|
Show program's version number and exit.
|
|
|
|
.TP
|
2017-03-13 23:34:41 +00:00
|
|
|
.B \-h\fR,\ \fB\-\-help
|
2015-08-14 11:55:28 +00:00
|
|
|
Show help message and exit.
|
2008-11-25 23:21:22 +00:00
|
|
|
|
|
|
|
.SH SEE ALSO
|
2017-03-13 23:34:41 +00:00
|
|
|
.BR deluged (1),
|
|
|
|
.BR deluge-web (1)
|
|
|
|
.BR deluge-console (1),
|
2015-08-14 11:55:28 +00:00
|
|
|
|
|
|
|
.SH AUTHORS
|
|
|
|
.B Deluge Team: http://www.deluge-torrent.org
|