projects
/
tools
/
createrepo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8590d63
)
silly string fix
author
Seth Vidal
<skvidal@linux.duke.edu>
Fri, 23 Jul 2004 05:23:33 +0000
(
05:23
+0000)
committer
Seth Vidal
<skvidal@linux.duke.edu>
Fri, 23 Jul 2004 05:23:33 +0000
(
05:23
+0000)
genpkgmetadata.py
patch
|
blob
|
history
diff --git
a/genpkgmetadata.py
b/genpkgmetadata.py
index 9cbf2ed76a9bcaebb4f9c969341d1525e40d3c5a..4243019c0b58894e9984b234987c86061a2388ee 100755
(executable)
--- a/
genpkgmetadata.py
+++ b/
genpkgmetadata.py
@@
-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)