[yum-git] repomanage.py

Seth Vidal skvidal at linux.duke.edu
Fri Feb 22 01:36:02 UTC 2008


 repomanage.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8963c64d0564a37bbb2c80ede38cc635f6e2179f
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Thu Feb 21 20:31:43 2008 -0500

    spell payload right - thanks to Chris Aillon :)

diff --git a/repomanage.py b/repomanage.py
index 53df548..3b4c3a2 100755
--- a/repomanage.py
+++ b/repomanage.py
@@ -156,7 +156,7 @@ def parseargs(args):
     parser.add_option("-k", "--keep", default=1, dest='keep', action="store",
       help='newest N packages to keep - defaults to 1')
     parser.add_option("-c", "--nocheck", default=0, action="store_true", 
-      help='do not check package paload signatures/digests')
+      help='do not check package payload signatures/digests')
     
     (opts, args)= parser.parse_args()
     



More information about the Yum-cvs-commits mailing list