[Python-modules-commits] r9649 - in packages/transmissionrpc/trunk/debian (helical.1 rules)

taem-guest at users.alioth.debian.org taem-guest at users.alioth.debian.org
Fri Sep 4 11:10:24 UTC 2009


    Date: Friday, September 4, 2009 @ 11:10:19
  Author: taem-guest
Revision: 9649

Add manpage helical(1)

Added:
  packages/transmissionrpc/trunk/debian/helical.1
Modified:
  packages/transmissionrpc/trunk/debian/rules

Added: packages/transmissionrpc/trunk/debian/helical.1
===================================================================
--- packages/transmissionrpc/trunk/debian/helical.1	                        (rev 0)
+++ packages/transmissionrpc/trunk/debian/helical.1	2009-09-04 11:10:19 UTC (rev 9649)
@@ -0,0 +1,61 @@
+.TH HELICAL 1 2009-09-04 0.2
+.SH NAME
+helical \- control Bittorrent client Transmission from command line
+.SH SYNOPSIS
+.B helical
+.I [options] [[hostname][:port]] [command]
+.SH "DESCRIPTION"
+\fBhelical\fP is a remote control utility for Bittorrent client Transmission.
+
+By default, \fBhelical\fP connects to the Transmission session at
+localhost:9091. Other sessions can be controlled by specifying a
+different \fIhostname\fP and/or \fIport\fP.
+
+\fBhelical\fP operates in two modes: from command line and in interactive
+mode. To run \fBhelical\fP in interactive mode start it without a \fIcommand\fP.
+For the commands list please refer to \fBCOMMANDS\fP section.
+.SH OPTIONS
+.TP
+\fB-u\fP \fIUSERNAME\fP, \fB--username\fP=\fIUSERNAME\fP
+Authentication username.
+.TP
+\fB-p\fP \fIPASSWORD\fP, \fB--password\fP=\fIPASSWORD\fP
+Authentication password.
+.SH COMMANDS
+.TP
+\fBadd\fP \fItorrent-file\fP | \fIURL\fP [\fItarget-dir\fP \fIpaused\fP=(\fIyes\fP|\fIno\fP) \fIpeer-limit\fP=\fI#\fP]
+Add a torrent specified by \fItorrent-file\fP or \fIURL\fP to the transfer list.
+Use \fItarget-dir\fP as download location for torrent. Set \fIpaused\fP to
+\fIyes\fP or \fIno\fP, to start or stop torrent activity respectively. Add
+\fIpeer-limit\fP option to specify maximum number of peers.
+.TP
+\fBexit\fP, \fBquit\fP
+Exit from \fBhelical\fP.
+.TP
+\fBinfo\fP [\fItorrent-id\fP, ...]
+Get details for a torrent. If no \fItorrent-id\fP is provided, all torrents
+are displayed.
+.TP
+\fBlist\fP
+List all torrent transfers.
+.TP
+\fBremove\fP \fItorrent-id\fP [, ...]
+Remove one or more torrents from the transfer list.
+.TP
+\fBsession\fP \fIget\fP | \fIstats\fP
+Get session parameters or session statistics.
+.TP
+\fBstart\fP \fItorrent-id\fP [, ...]
+Start one or more queued torrent transfers.
+.TP
+\fBstop\fP \fItorrent-id\fP [, ...]
+Stop one or more active torrent transfers.
+.TP
+\fBverify\fP \fItorrent-id\fP [, ...]
+Verify one or more torrent transfers.
+.SH AUTHOR
+Erik Svensson
+.SH SEE ALSO
+transmissioncli(1), transmission-daemon(1), transmission-remote(1)
+
+http://www.transmissionbt.com/

Modified: packages/transmissionrpc/trunk/debian/rules
===================================================================
--- packages/transmissionrpc/trunk/debian/rules	2009-09-04 10:38:12 UTC (rev 9648)
+++ packages/transmissionrpc/trunk/debian/rules	2009-09-04 11:10:19 UTC (rev 9649)
@@ -35,6 +35,7 @@
 	dh_testroot
 	dh_installchangelogs 
 	dh_installdocs
+	dh_installman
 	dh_compress
 	dh_fixperms
 	dh_pysupport




More information about the Python-modules-commits mailing list