From 0d161131357bf4a195a35599a757aa35f6eb86a1 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Thu, 16 Apr 2009 12:05:31 -0400 Subject: [PATCH] remove the deprecation notice since: 1. it works fine 2. there is a legit use for it --- genpkgmetadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.34.1