[Python-apps-commits] r818 - in packages/planet-venus/trunk/debian/patches (1 file)

nslater-guest at users.alioth.debian.org nslater-guest at users.alioth.debian.org
Fri Mar 21 00:05:55 UTC 2008


    Date: Friday, March 21, 2008 @ 00:05:53
  Author: nslater-guest
Revision: 818

General command option improvements

Modified:
  packages/planet-venus/trunk/debian/patches/command-improvement.patch

Modified: packages/planet-venus/trunk/debian/patches/command-improvement.patch
===================================================================
--- packages/planet-venus/trunk/debian/patches/command-improvement.patch	2008-03-21 00:00:57 UTC (rev 817)
+++ packages/planet-venus/trunk/debian/patches/command-improvement.patch	2008-03-21 00:05:53 UTC (rev 818)
@@ -1,6 +1,6 @@
 diff -Nur planet-venus_0~bzr86.orig/planet.py planet-venus_0~bzr86.orig.new/planet.py
 --- planet-venus_0~bzr86.orig/planet.py	2008-03-20 23:39:53.000000000 +0000
-+++ planet-venus_0~bzr86.orig.new/planet.py	2008-03-20 23:47:41.000000000 +0000
++++ planet-venus_0~bzr86.orig.new/planet.py	2008-03-21 00:03:19.000000000 +0000
 @@ -13,30 +13,90 @@
                  "Jeff Waugh <jdub at perkypants.org>" ]
  __license__ = "Python"
@@ -24,7 +24,7 @@
 +    def display_error(message):
 +        print >> sys.stderr, message
 +        print >> sys.stderr
-+        print >> sys.stderr, "Try `planet -h' for more information."
++        print >> sys.stderr, "Try `planet --help' for more information."
 +        sys.exit(1)
 +
 +    for key, arg in enumerate(sys.argv[1:]):
@@ -79,7 +79,7 @@
 +        elif arg == "-V" or arg == "--version":
 +            print """planet - Planet Venus @version@
 +
-+Copyright (C) 2007, 2008 Sam Ruby <rubys at intertwingly.net>
++Copyright (C) 2008 Sam Ruby <rubys at intertwingly.net>.
 +
 +Licenced under the Python Software Foundation License Version 2.
 +




More information about the Python-apps-commits mailing list