From 64e69c24473c114f8c0ff9259344cfa624da4496 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sun, 4 Mar 2007 15:28:36 +0000 Subject: [PATCH] Fixed caps. git-svn-id: https://zero-install.svn.sourceforge.net/svnroot/zero-install/trunk/make-headers/trunk/make-headers@1582 9f8c893c-44ee-0310-b757-c8ca8341c71e --- make-headers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-headers.py b/make-headers.py index c59d8d6..7189edd 100755 --- a/make-headers.py +++ b/make-headers.py @@ -8,7 +8,7 @@ parser.add_option("-V", "--version", help="display version information", action= (options, args) = parser.parse_args() if options.version: - print "make-headers (zero-install) " + version + print "Make-headers (zero-install) " + version print "Copyright (C) 2007 Thomas Leonard" print "This program comes with ABSOLUTELY NO WARRANTY," print "to the extent permitted by law." -- 2.11.4.GIT