remove the deprecation notice since: 1. it works fine 2. there is a legit use for it
authorSeth Vidal <skvidal@fedoraproject.org>
Thu, 16 Apr 2009 16:05:31 +0000 (12:05 -0400)
committerSeth Vidal <skvidal@fedoraproject.org>
Thu, 16 Apr 2009 16:05:31 +0000 (12:05 -0400)
genpkgmetadata.py

index 041bc02e8efee9efb0dfb894fae5e094e5f44946..c9875327e929a4ed9dba0a1dd8bc1972f4dff84e 100755 (executable)
@@ -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,