1DELUGE(1) General Commands Manual DELUGE(1)
2
3
4
6 deluge - a bittorrent client
7
8
10 deluge [options] [torrent]
11
12
14 Deluge utilizes a client/server model, with 'deluged' being the daemon
15 process and 'deluge' being used to launch a user-interface.
16
17 By default, Deluge will run in 'Classic' mode where the daemon func‐
18 tionality will be hidden and the GtkUI will automatically launch a
19 'deluged' process. You can turn this off in the Preferences dialog.
20
21
23 [torrent]
24 List of ".torrent" files to add to the download queue.
25
26 --version
27 Show program's version number and exit.
28
29 -h, --help
30 Show this help message and exit.
31
32 -c CONFIG, --config=CONFIG
33 Sets the configuration path.
34
35 -u UI, --ui=UI
36 The UI that you wish to launch, current options include: gtk,
37 web or console
38
39 -l LOGFILE, --logfile=LOGFILE
40 Output to designated logfile instead of stdout
41
42 -L LOGLEVEL, --loglevel=LOGLEVEL
43 Set the log level (default is error): none, info, warning,
44 error, critical, debug
45
46 -q --quiet
47 Sets the log level to 'none', this is the same as `-L none`
48
49 -s DEFAULT_UI, --set-default-ui=DEFAULT_UI
50 Sets the default UI to be run when no UI is specified
51
52
54 Homepage: http://www.deluge-torrent.org/
55
56
58 This manual page was written by Andrew Resch <andrewresch@gmail.com>.
59 Permission is granted to copy, distribute and/or modify this document
60 under the terms of the GNU General Public License, Version 3 or any
61 later version published by the Free Software Foundation
62
63
64
651.3.3 July 2011 DELUGE(1)