From 2e2851dc13d73352530dd4495c7e05603b2e520d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 23:38:38 +0200 Subject: Adding upstream version 2.1.2~dev0+20240219. Signed-off-by: Daniel Baumann --- docs/man/deluge-gtk.1 | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 docs/man/deluge-gtk.1 (limited to 'docs/man/deluge-gtk.1') diff --git a/docs/man/deluge-gtk.1 b/docs/man/deluge-gtk.1 new file mode 100644 index 0000000..a27b0c9 --- /dev/null +++ b/docs/man/deluge-gtk.1 @@ -0,0 +1,55 @@ +.TH DELUGE-GTK 1 + +.SH NAME +deluge-gtk - A BitTorrent client Gtk interface + +.SH SYNOPSIS +.B deluge-gtk [options] +.RI [ torrent-file\fR] + +.SH DESCRIPTION +Deluge utilizes a client/server model, with \fBdeluged\fR being the daemon process and \fBdeluge-gtk\fR being used to launch a Gtk 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 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 -- cgit v1.2.3