From: Ville Skyttä Date: Mon, 18 Jan 2010 20:47:18 +0000 (+0200) Subject: Add missing space in --checkts help string. X-Git-Tag: upstream/0.9.9~31^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=99d956fc49e7eae62dbe4ea46c42c21eca1f6304;p=tools%2Fcreaterepo.git 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")