[Piuparts-commits] rev 58 - trunk
Ana Beatriz Guerrero López
ana at alioth.debian.org
Tue Jul 10 20:07:09 UTC 2007
Author: ana
Date: 2007-07-10 20:07:08 +0000 (Tue, 10 Jul 2007)
New Revision: 58
Modified:
trunk/piuparts.docbook
trunk/piuparts.py
Log:
Add new options to the manpage.
Modified: trunk/piuparts.docbook
===================================================================
--- trunk/piuparts.docbook 2007-07-10 19:35:27 UTC (rev 57)
+++ trunk/piuparts.docbook 2007-07-10 20:07:08 UTC (rev 58)
@@ -285,7 +285,7 @@
</listitem>
</varlistentry>
- <varlistentry>
+ <varlistentry>
<term><option>--skip-minimize</option></term>
@@ -298,9 +298,32 @@
</listitem>
+ </varlistentry>
+ <varlistentry>
+
+ <term><option>--list-installed-files</option></term>
+
+ <listitem>
+
+ <para>List the files added to the chroot after the installation
+ of the package and after the installation of the package
+ dependencies.</para>
+
+ </listitem>
+
</varlistentry>
<varlistentry>
+ <term><option>--no-upgrade-test</option></term>
+
+ <listitem>
+ <para>Skip testing upgrade from an existing version in the
+ archive.</para>
+ </listitem>
+
+ </varlistentry>
+ <varlistentry>
+
<term><option>-l</option> <replaceable>filename</replaceable></term>
<term><option>--log-file=</option><replaceable>filename</replaceable></term>
Modified: trunk/piuparts.py
===================================================================
--- trunk/piuparts.py 2007-07-10 19:35:27 UTC (rev 57)
+++ trunk/piuparts.py 2007-07-10 20:07:08 UTC (rev 58)
@@ -1129,7 +1129,7 @@
parser.add_option("--no-upgrade-test",
action="store_true", default=False,
- help="Skip testing upgrade from an existing version" +
+ help="Skip testing upgrade from an existing version " +
"in the archive.")
parser.add_option("-l", "--log-file", metavar="FILENAME",
More information about the Piuparts-commits
mailing list