2015-08-14 11:55:28 +00:00
.TH DELUGE 1 "January 2099" "2.0-dev"
2008-11-25 23:21:22 +00:00
.SH NAME
deluge - a bittorrent client
.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
Deluge utilizes a client/server model, with 'deluged' being the daemon process and 'deluge' being used to launch a user-interface.
.P
By default, Deluge will run in 'Classic' mode where the daemon functionality will be hidden and the GtkUI will automatically launch a 'deluged' process. You can turn this off in the Preferences dialog.
.SH OPTIONS
2015-08-14 11:55:28 +00:00
.SS General Options
2008-11-25 23:21:22 +00:00
.TP
2015-08-14 11:55:28 +00:00
.BI -c\ path \fR ,\ \fB --config= path
Set the config directory location.
.SS UI Options
2008-11-25 23:21:22 +00:00
.TP
2015-08-14 11:55:28 +00:00
.BI -u\ ui \fR ,\ \fB --ui= ui
The UI that you wish to launch, current options include: gtk, web or console
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
2008-11-25 23:21:22 +00:00
.TP
2015-08-14 11:55:28 +00:00
.BI -a\ args \fR ,\ \fB --args= args
Arguments to pass to a UI, -a '--option args'
.SS Logging Options
2008-11-25 23:21:22 +00:00
.TP
2015-08-14 11:55:28 +00:00
.BI -l\ file \fR ,\ \fB --logfile= file
2008-11-25 23:21:22 +00:00
Output to designated logfile instead of stdout
2008-11-28 23:28:06 +00:00
.TP
2015-08-14 11:55:28 +00:00
.BI -L\ loglevel \fR ,\ \fB --loglevel= loglevel
Set the log level (default is error):
.B none, info, warning, error, critical, debug
2008-11-28 23:28:06 +00:00
.TP
2015-08-14 11:55:28 +00:00
.B -q, --quiet
Sets the log level to 'none', same as `\- L none`
.SS Help Options
2009-02-02 00:20:25 +00:00
.TP
2015-08-14 11:55:28 +00:00
.B -v, --version
Show program's version number and exit.
.TP
.B -h, --help
Show help message and exit.
2008-11-25 23:21:22 +00:00
.SH SEE ALSO
2015-08-14 11:55:28 +00:00
.BR deluged(1),
.BR deluge-web(1),
.BR deluge-console(1)
.SH AUTHORS
.B Deluge Team: http://www.deluge-torrent.org