[Python-modules-commits] r11491 - in packages/python-whisper/trunk/debian (6 files)

statik-guest at users.alioth.debian.org statik-guest at users.alioth.debian.org
Mon Feb 1 17:41:25 UTC 2010


    Date: Monday, February 1, 2010 @ 17:41:23
  Author: statik-guest
Revision: 11491

Added -- prefixes for options in man pages.

Modified:
  packages/python-whisper/trunk/debian/rrd2whisper.1
  packages/python-whisper/trunk/debian/whisper-create.1
  packages/python-whisper/trunk/debian/whisper-fetch.1
  packages/python-whisper/trunk/debian/whisper-info.1
  packages/python-whisper/trunk/debian/whisper-resize.1
  packages/python-whisper/trunk/debian/whisper-update.1

Modified: packages/python-whisper/trunk/debian/rrd2whisper.1
===================================================================
--- packages/python-whisper/trunk/debian/rrd2whisper.1	2010-02-01 17:40:29 UTC (rev 11490)
+++ packages/python-whisper/trunk/debian/rrd2whisper.1	2010-02-01 17:41:23 UTC (rev 11491)
@@ -14,11 +14,11 @@
 .SH OPTIONS
 .TP
 .B
-xFilesFactor
+--xFilesFactor
 The fraction of data points in a propagation interval that must have known values for a propagation to occur.
 .TP
 .B
-help
+-h, --help
 Show the embedded help.
 .SH AUTHOR
 \fBwhisper\fP is a fixed size database, created by Chris Davis.

Modified: packages/python-whisper/trunk/debian/whisper-create.1
===================================================================
--- packages/python-whisper/trunk/debian/whisper-create.1	2010-02-01 17:40:29 UTC (rev 11490)
+++ packages/python-whisper/trunk/debian/whisper-create.1	2010-02-01 17:41:23 UTC (rev 11491)
@@ -14,15 +14,15 @@
 .SH OPTIONS
 .TP
 .B
-overwrite
+--overwrite
 Overwrite an existing database.
 .TP
 .B
-xFilesFactor
+--xFilesFactor
 The fraction of data points in a propagation interval that must have known values for a propagation to occur.
 .TP
 .B
-help
+-h, --help
 Show the embedded help.
 .SH AUTHOR
 \fBwhisper\fP is a fixed size database, created by Chris Davis.

Modified: packages/python-whisper/trunk/debian/whisper-fetch.1
===================================================================
--- packages/python-whisper/trunk/debian/whisper-fetch.1	2010-02-01 17:40:29 UTC (rev 11490)
+++ packages/python-whisper/trunk/debian/whisper-fetch.1	2010-02-01 17:41:23 UTC (rev 11491)
@@ -14,23 +14,23 @@
 .SH OPTIONS
 .TP
 .B
-from
+--from
 Unix epoch time of the beginning of your requested interval (default: 24 hours ago).
 .TP
 .B
-until
+--until
 Unix epoch time of the end of your requested interval (default: now).
 .TP
 .B
-json
+--json
 Output results in JSON form.
 .TP
 .B
-pretty
+--pretty
 Show human-readable timestamps instead of unix times.
 .TP
 .B
-help
+-h, --help
 Show the embedded help.
 .SH AUTHOR
 \fBwhisper\fP is a fixed size database, created by Chris Davis.

Modified: packages/python-whisper/trunk/debian/whisper-info.1
===================================================================
--- packages/python-whisper/trunk/debian/whisper-info.1	2010-02-01 17:40:29 UTC (rev 11490)
+++ packages/python-whisper/trunk/debian/whisper-info.1	2010-02-01 17:41:23 UTC (rev 11491)
@@ -14,7 +14,7 @@
 .SH OPTIONS
 .TP
 .B
-help
+-h, --help
 Show the embedded help.
 .SH AUTHOR
 \fBwhisper\fP is a fixed size database, created by Chris Davis.

Modified: packages/python-whisper/trunk/debian/whisper-resize.1
===================================================================
--- packages/python-whisper/trunk/debian/whisper-resize.1	2010-02-01 17:40:29 UTC (rev 11490)
+++ packages/python-whisper/trunk/debian/whisper-resize.1	2010-02-01 17:41:23 UTC (rev 11491)
@@ -14,19 +14,19 @@
 .SH OPTIONS
 .TP
 .B
-force
+--force
 Force a destructive change to an existing database.
 .TP
 .B
-newfile
+--newfile
 Create a new database file without removing the existing one.
 .TP
 .B
-xFilesFactor
+--xFilesFactor
 The fraction of data points in a propagation interval that must have known values for a propagation to occur.
 .TP
 .B
-help
+-h, --help
 Show the embedded help.
 .SH AUTHOR
 \fBwhisper\fP is a fixed size database, created by Chris Davis.

Modified: packages/python-whisper/trunk/debian/whisper-update.1
===================================================================
--- packages/python-whisper/trunk/debian/whisper-update.1	2010-02-01 17:40:29 UTC (rev 11490)
+++ packages/python-whisper/trunk/debian/whisper-update.1	2010-02-01 17:41:23 UTC (rev 11491)
@@ -14,7 +14,7 @@
 .SH OPTIONS
 .TP
 .B
-help
+-h, --help
 Show the embedded help.
 .SH AUTHOR
 \fBwhisper\fP is a fixed size database, created by Chris Davis.




More information about the Python-modules-commits mailing list