[Rpm-metadata] genpkgmetadata.py
Ville Skyttä
scop at osuosl.org
Mon Jan 18 20:47:23 UTC 2010
genpkgmetadata.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 99d956fc49e7eae62dbe4ea46c42c21eca1f6304
Author: Ville Skyttä <ville.skytta at iki.fi>
Date: Mon Jan 18 22:47:18 2010 +0200
Add missing space in --checkts help string.
diff --git a/genpkgmetadata.py b/genpkgmetadata.py
index cf3dcd9..965ab4c 100755
--- 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")
More information about the Rpm-metadata
mailing list