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:
793d16c
)
Add missing space in --checkts help string.
author
Ville Skyttä
<ville.skytta@iki.fi>
Mon, 18 Jan 2010 20:47:18 +0000
(22:47 +0200)
committer
Ville Skyttä
<ville.skytta@iki.fi>
Mon, 18 Jan 2010 20:47:18 +0000
(22:47 +0200)
genpkgmetadata.py
patch
|
blob
|
history
diff --git
a/genpkgmetadata.py
b/genpkgmetadata.py
index cf3dcd9c807d0e460e484268c37c9f9e7a37f36b..965ab4c6b9fadbf3faa9ac05aa3b0696a44bff94 100755
(executable)
--- a/
genpkgmetadata.py
+++ b/
genpkgmetadata.py
@@
-62,7
+62,7
@@
def parse_args(args, conf):
parser.add_option("-c", "--cachedir", default=None,
help="set path to cache dir")
parser.add_option("-C", "--checkts", default=False, action="store_true",
- help="check timestamps on files vs the metadata to see" \
+ help="check timestamps on files vs the metadata to see
" \
"if we need to update")
parser.add_option("-d", "--database", default=False, action="store_true",
help="create sqlite database files")