From: Seth Vidal Date: Thu, 16 Apr 2009 16:05:31 +0000 (-0400) Subject: remove the deprecation notice since: 1. it works fine 2. there is a legit use for it X-Git-Tag: upstream/0.9.9~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0d161131357bf4a195a35599a757aa35f6eb86a1;p=tools%2Fcreaterepo.git remove the deprecation notice since: 1. it works fine 2. there is a legit use for it --- diff --git a/genpkgmetadata.py b/genpkgmetadata.py index 041bc02..c987532 100755 --- a/genpkgmetadata.py +++ b/genpkgmetadata.py @@ -52,7 +52,7 @@ def parseArgs(args, conf): parser.add_option("-g", "--groupfile", default=None, help="path to groupfile to include in metadata") parser.add_option("-s", "--checksum", default="sha256", dest='sumtype', - help="Deprecated, ignore") + help="specify the checksum type to use") parser.add_option("-p", "--pretty", default=False, action="store_true", help="make sure all xml generated is formatted") parser.add_option("-c", "--cachedir", default=None,