[Python-modules-commits] r11434 - in packages/foolscap/trunk/debian (3 files)

statik-guest at users.alioth.debian.org statik-guest at users.alioth.debian.org
Fri Jan 29 22:38:37 UTC 2010


    Date: Friday, January 29, 2010 @ 22:38:36
  Author: statik-guest
Revision: 11434

Added man page for flappclient.

Added:
  packages/foolscap/trunk/debian/flappclient.1
Modified:
  packages/foolscap/trunk/debian/changelog
  packages/foolscap/trunk/debian/manpages

Modified: packages/foolscap/trunk/debian/changelog
===================================================================
--- packages/foolscap/trunk/debian/changelog	2010-01-29 22:37:51 UTC (rev 11433)
+++ packages/foolscap/trunk/debian/changelog	2010-01-29 22:38:36 UTC (rev 11434)
@@ -4,6 +4,7 @@
   * New upstream release (Closes: #567145)
   * Depend on python-zope.interface now
   * Added misc-depends.
+  * Added man page for flappclient.
 
  -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Thu, 28 Jan 2010 15:56:46 -0500
 

Added: packages/foolscap/trunk/debian/flappclient.1
===================================================================
--- packages/foolscap/trunk/debian/flappclient.1	                        (rev 0)
+++ packages/foolscap/trunk/debian/flappclient.1	2010-01-29 22:38:36 UTC (rev 11434)
@@ -0,0 +1,39 @@
+.TH FLAPPCLIENT 1
+.SH NAME
+flappclient \- foolscap client
+.SH SYNOPSYS
+.nf
+.fam C
+\fbflappclient\fP (upload-file|run-command)
+.fam T
+.fi
+.SH DESCRIPTION
+This client invokes a remote services that is running as part of a 'flappserver'.
+Each service lives at the specific secret FURL, which starts with 'pb://'. This
+FURL can be passed on the command line with --furl=FURL, or it can be stored in
+a file (along with the comment lines that start with '#') and passed with
+--furlfile=FILE.
+.PP
+The options are described below.
+.SH OPTIONS
+.TP
+.B
+furl
+FURL of the service to contact.
+.TP
+.B
+furlfile
+File containing the FURL of the service.
+.TP
+.B
+version
+Show the version.
+.TP
+.B
+help
+Show the embedded help.
+.SH AUTHOR
+\fBflappclient\fP is a tool that ships with foolscap, created by Brian Warner.
+.PP
+This manual page was written by Elliot Murphy <elliot at ubuntu.com>, for the Debian
+project (but may be used by others).

Modified: packages/foolscap/trunk/debian/manpages
===================================================================
--- packages/foolscap/trunk/debian/manpages	2010-01-29 22:37:51 UTC (rev 11433)
+++ packages/foolscap/trunk/debian/manpages	2010-01-29 22:38:36 UTC (rev 11434)
@@ -1 +1,2 @@
 debian/flogtool.1
+debian/flappclient.1




More information about the Python-modules-commits mailing list