SYNOPSIS
deluge [options] [torrent-file]
DESCRIPTION
Deluge utilizes a client/server model, with 'deluged' being the daemon process and 'deluge' being used to launch a user-interface.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.
OPTIONS
General Options
- -c path, --config=path
-
Set the config directory location.
UI Options
- -u ui, --ui=ui
- The UI that you wish to launch, current options include: gtk, web or console
- -s default_ui, --set-default-ui=default_ui
- Sets the default UI to be run when no UI is specified
- -a args, --args=args
-
Arguments to pass to a UI, -a '--option args'
Logging Options
- -l file, --logfile=file
- Output to designated logfile instead of stdout
- -L loglevel, --loglevel=loglevel
- Set the log level (default is error): none, info, warning, error, critical, debug
- -q, --quiet
-
Sets the log level to 'none', same as `-L none`
Help Options
- -v, --version
- Show program's version number and exit.
- -h, --help
-
Show help message and exit.