[Piuparts-commits] rev 838 - trunk

Holger Levsen holger at alioth.debian.org
Mon Dec 27 12:35:05 UTC 2010


Author: holger
Date: 2010-12-27 12:35:02 +0000 (Mon, 27 Dec 2010)
New Revision: 838

Modified:
   trunk/piuparts.py
Log:
fix typo in patch from Andres

Modified: trunk/piuparts.py
===================================================================
--- trunk/piuparts.py	2010-12-27 12:26:02 UTC (rev 837)
+++ trunk/piuparts.py	2010-12-27 12:35:02 UTC (rev 838)
@@ -1914,7 +1914,7 @@
     parser.add_option("--dpkg-force-confdef",
                       default=False,
                       action='store_true',
-		      help="Make dpkg use --force-confdef, which lets dpkg always choose the default action when a modified conffile is found. This options will make piuparts ignore errors it was designed to report and therefore should only be used to hide problems in depending packages.")
+		      help="Make dpkg use --force-confdef, which lets dpkg always choose the default action when a modified conffile is found. This option will make piuparts ignore errors it was designed to report and therefore should only be used to hide problems in depending packages.")
      
     parser.add_option("--do-not-verify-signatures", default=False,
                       action='store_true',




More information about the Piuparts-commits mailing list