summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2008-11-25 23:21:22 +0000
committerAndrew Resch <andrewresch@gmail.com>2008-11-25 23:21:22 +0000
commitce54df008abd3c2fe0e11c8b11965a68194b67bb (patch)
tree5df993978177744d7ca9f0929594fa0b79816d70
parent88346a57223d10e636c600e2b8aa8b479fd680a2 (diff)
downloaddeluge-ce54df008abd3c2fe0e11c8b11965a68194b67bb.tar.gz
deluge-ce54df008abd3c2fe0e11c8b11965a68194b67bb.tar.bz2
deluge-ce54df008abd3c2fe0e11c8b11965a68194b67bb.zip
Add manpages
-rw-r--r--deluge/docs/man/deluge.145
-rw-r--r--deluge/docs/man/deluged.145
2 files changed, 90 insertions, 0 deletions
diff --git a/deluge/docs/man/deluge.1 b/deluge/docs/man/deluge.1
new file mode 100644
index 000000000..7f1d6fe10
--- /dev/null
+++ b/deluge/docs/man/deluge.1
@@ -0,0 +1,45 @@
+.TH DELUGE 1 "November 2008" "1.0.6"
+
+.SH NAME
+deluge - a bittorrent client
+
+.SH SYNOPSIS
+.B deluge [options] [torrent]
+
+.SH DESCRIPTION
+.br
+.P
+Deluge utilizes a client/server model, with 'deluged' being the daemon process and 'deluge' being used to launch a user-interface.
+.br
+.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
+.TP
+.I [torrent]
+List of ".torrent" files to add to the download queue.
+.TP
+.I --version
+Show program's version number and exit.
+.TP
+.I -h, --help
+Show this help message and exit.
+.TP
+.I -c CONFIG, --config=CONFIG
+Sets the configuration path.
+.TP
+.I -u UI, --ui=UI
+The UI that you wish to launch, current options include: gtk, web or null
+.TP
+.I -l LOGFILE, --logfile=LOGFILE
+Output to designated logfile instead of stdout
+
+.SH SEE ALSO
+.B Homepage:
+http://www.deluge-torrent.org/
+
+.SH AUTHOR
+This manual page was written by Andrew Resch <andrew.resch@gmail.com>.
+.br
+Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation
+.br
diff --git a/deluge/docs/man/deluged.1 b/deluge/docs/man/deluged.1
new file mode 100644
index 000000000..530c819f5
--- /dev/null
+++ b/deluge/docs/man/deluged.1
@@ -0,0 +1,45 @@
+.TH DELUGED 1 "November 2008" "1.0.6"
+
+.SH NAME
+deluged - a bittorrent client daemon
+
+.SH SYNOPSIS
+.B deluged [options]
+
+.SH DESCRIPTION
+.br
+.P
+Deluge utilizes a client/server model, with 'deluged' being the daemon process and 'deluge' being used to launch a user-interface.
+.br
+.P
+By default, 'deluged' will run as a daemon, to prevent this you can run deluged with the -d option. This option is useful for running deluged with the start-stop-daemon.
+
+.SH OPTIONS
+.TP
+.I --version
+Show program's version number and exit.
+.TP
+.I -h, --help
+Show this help message and exit.
+.TP
+.I -p PORT, --port=PORT
+Port daemon will listen on, default is 58846
+.TP
+.I -d, --do-not-daemonize
+Do not daemonize
+.TP
+.I -c CONFIG, --config=CONFIG
+Sets the configuration path.
+.TP
+.I -l LOGFILE, --logfile=LOGFILE
+Output to designated logfile instead of stdout
+
+.SH SEE ALSO
+.B Homepage:
+http://www.deluge-torrent.org/
+
+.SH AUTHOR
+This manual page was written by Andrew Resch <andrew.resch@gmail.com>.
+.br
+Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation
+.br