[yum-commits] repo-rss.py yum-builddep.py

skvidal at osuosl.org skvidal at osuosl.org
Fri Feb 13 15:16:33 UTC 2009


 repo-rss.py     |    2 +-
 yum-builddep.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit caddecfcfa2ec1427f65a5694a94fb2c36bf9ee2
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Fri Feb 13 10:15:35 2009 -0500

    fixed duplicate 'Usage' in repo-rss and yum-builddep, too

diff --git a/repo-rss.py b/repo-rss.py
index e0df0cc..ceac745 100755
--- a/repo-rss.py
+++ b/repo-rss.py
@@ -251,7 +251,7 @@ def main(options, args):
 
 
 if __name__ == "__main__":
-    usage = "usage: repo-rss.py [options] repoid1 repoid2"
+    usage = "repo-rss.py [options] repoid1 repoid2"
     
     parser = OptionParser(usage=usage)
     parser.add_option("-f", action="store", type="string", dest="filename",
diff --git a/yum-builddep.py b/yum-builddep.py
index eb7b1da..b257d41 100755
--- a/yum-builddep.py
+++ b/yum-builddep.py
@@ -29,7 +29,7 @@ import rpmUtils
 class YumBuildDep(YumUtilBase):
     NAME = 'yum-builddep'
     VERSION = '1.0'
-    USAGE = '"usage: yum-builddep [options] package1 [package2] [package..]'
+    USAGE = 'yum-builddep [options] package1 [package2] [package..]'
     
     def __init__(self):
         YumUtilBase.__init__(self,


More information about the Yum-commits mailing list