summaryrefslogtreecommitdiffstats
path: root/docs/man/deluge.1
blob: 19aef4f980715ddeadbc54152482b62e0ea9f048 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
.TH DELUGE 1

.SH NAME
deluge - A BitTorrent client

.SH SYNOPSIS
.B deluge [options]
.RI [ torrent-file\fR]

.SH DESCRIPTION
Deluge utilizes a client/server model, with \fBdeluged\fR being the daemon process and \fBdeluge\fR being used to launch a user-interface.
.P
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.

.SH OPTIONS
.SS Config Options
.TP
.BI \-c\  path \fR,\ \fB\-\-config= path
Set the config directory location.

.SS UI Options
See \fBdeluge -h\fR for available user interfaces.
.TP
.I user_interface \fR[\fIui-args\fR] Alternative UI to launch, with optional ui args
.TP
.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
.TP
.BI \-l\  file \fR,\ \fB\-\-logfile= file
Output to specified logfile instead of stdout
.TP
.BI \-L\  loglevel \fR,\ \fB\-\-loglevel= loglevel
Set the log level (default is error):
.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)
.TP
.BI \-\-profile\fR[\fB=\fIfile\fR]
Profile with cProfile. Outputs to stdout unless a filename is specified

.SS Help Options
.TP
.B \-V\fR,\ \fB\-\-version
Show program's version number and exit.
.TP
.B \-h\fR,\ \fB\-\-help
Show help message and exit.

.SH SEE ALSO
.BR deluged (1),
.BR deluge-web (1)
.BR deluge-console (1),

.SH AUTHORS
.B Deluge Team: http://www.deluge-torrent.org