silly string fix
authorSeth Vidal <skvidal@linux.duke.edu>
Fri, 23 Jul 2004 05:23:33 +0000 (05:23 +0000)
committerSeth Vidal <skvidal@linux.duke.edu>
Fri, 23 Jul 2004 05:23:33 +0000 (05:23 +0000)
genpkgmetadata.py

index 9cbf2ed76a9bcaebb4f9c969341d1525e40d3c5a..4243019c0b58894e9984b234987c86061a2388ee 100755 (executable)
@@ -44,7 +44,7 @@ def _(args):
     
 def usage():
     print _("""
-    %s [options] directory-of-packages
+    createrepo [options] directory-of-packages
     
     Options:
      -u, --baseurl = optional base url location for all files
@@ -56,8 +56,7 @@ def usage():
      -h, --help = show this help
      -V, --version = output version
      -p, --pretty = output xml files in pretty format.
-    """) % os.path.basename(sys.argv[0])
-    
+    """) 
 
     sys.exit(1)