[Python-modules-commits] r24736 - in packages/python-xlrd/trunk/debian (changelog runxlrd.1)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Tue Jun 11 13:43:21 UTC 2013


    Date: Tuesday, June 11, 2013 @ 13:43:19
  Author: bernat
Revision: 24736

Update manual page.

Modified:
  packages/python-xlrd/trunk/debian/changelog
  packages/python-xlrd/trunk/debian/runxlrd.1

Modified: packages/python-xlrd/trunk/debian/changelog
===================================================================
--- packages/python-xlrd/trunk/debian/changelog	2013-06-11 13:34:10 UTC (rev 24735)
+++ packages/python-xlrd/trunk/debian/changelog	2013-06-11 13:43:19 UTC (rev 24736)
@@ -14,6 +14,7 @@
   * Switch to dh and dh_python2.
   * Enhance long description in debian/control.
   * Add doc-base registration.
+  * Update manual page.
 
  -- Vincent Bernat <bernat at debian.org>  Tue, 11 Jun 2013 15:22:17 +0200
 

Modified: packages/python-xlrd/trunk/debian/runxlrd.1
===================================================================
--- packages/python-xlrd/trunk/debian/runxlrd.1	2013-06-11 13:34:10 UTC (rev 24735)
+++ packages/python-xlrd/trunk/debian/runxlrd.1	2013-06-11 13:43:19 UTC (rev 24736)
@@ -32,7 +32,7 @@
 .\" First parameter, NAME, should be all caps
 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 .\" other parameters are allowed: see man(7), man(1)
-.TH RUNXLRD 1 2007-05-24 "xlrd 0.6.1a4"
+.TH RUNXLRD 1 2007-05-24 "xlrd 0.9.2"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .SH NAME
@@ -48,8 +48,13 @@
 .\" TeX users may be more comfortable with the \fB<whatever>\fP and
 .\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
 .\" respectively.
-\fBrunxlrd\fP offers a commandline interface to the Python xlrd module;
-it extracts data from Microsoft Excel spreadsheet files.
+\fBrunxlrd\fP offers a commandline interface to the Python xlrd
+module; it extracts data from Microsoft Excel spreadsheet files. For a
+complete list of options and commands, run
+.Nm
+with
+.Ar --help
+argument.
 .SH OPTIONS
 .TP
 \fB\-h\fP, \fB\-\-help\fP
@@ -68,11 +73,8 @@
 \fB\-v\fP \fIverbosity\fP, \fB\-\-verbosity\fP=\fIverbosity\fP
 Level of information and diagnostics provided.
 .TP
-\fB\-p\fP \fIpickleable\fP, \fB\-\-pickleable\fP=\fIpickleable\fP
-1: ensure Book object is pickleable (default); 0: don't bother.
-.TP
 \fB\-m\fP \fImmap\fP, \fB\-\-mmap\fP=\fImmap\fP
-1: use mmap; 0: don't use mmap; -1: accept heuristic.
+1: use mmap; 0: don't use mmap; \-1: accept heuristic.
 .TP
 \fB\-e\fP \fIencoding\fP, \fB\-\-encoding\fP=\fIencoding\fP
 Encoding override.
@@ -86,37 +88,27 @@
 \fB\-s\fP \fIonesheet\fP, \fB\-\-onesheet\fP=\fIonesheet\fP
 Restrict output to this sheet (name or index).
 .SH COMMANDS
-Valid commands are
+Main commands are
 .IP \(bu 2
-.B dump
-.IP \(bu 2
-.B count_records
-.IP \(bu 2
-.B version
-.IP \(bu 2
-.B hdr
-.IP \(bu 2
-.B ov
-.IP \(bu 2
-.B show
-.IP \(bu 2
 .B 2rows
 .IP \(bu 2
 .B 3rows
 .IP \(bu 2
 .B bench
 .IP \(bu 2
-.B names
+.B hdr
 .IP \(bu 2
-.B name_dump
-.IP \(bu 2
 .B labels
 .IP \(bu 2
-.B xfc
+.B names
 .IP \(bu 2
-.B hotshot
+.B ov
 .IP \(bu 2
-.B profile
+.B show
+.IP \(bu 2
+.B version
+.IP \(bu 2
+.B xfc
 .LP
 See the xlrd API documentation for the meaning of these commands.
 .SH EXAMPLES
@@ -135,7 +127,7 @@
 The xlrd API documentation, shipped in the file xlrd.html.
 .br
 The
-.URL "http://www.lexicon.net/sjmachin/xlrd.htm" "xlrd website" "."
+.URL "http://www.python-excel.org" "xlrd website" "."
 .SH AUTHOR
 runxlrd was written by John Machin.
 .PP




More information about the Python-modules-commits mailing list