[yum-commits] reposync.py

James Antill james at osuosl.org
Mon Dec 19 20:50:55 UTC 2011


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

New commits:
commit 652c4e181a591fe118269e6f641bafdc64ab5dd0
Author: James Antill <james at and.org>
Date:   Mon Dec 19 15:46:16 2011 -0500

    Add the x86_64 superset text for reposync --help. BZ 732596.

diff --git a/reposync.py b/reposync.py
index 9c43eb9..ba4c8d2 100755
--- a/reposync.py
+++ b/reposync.py
@@ -96,7 +96,7 @@ def parseArgs():
     parser.add_option("-c", "--config", default='/etc/yum.conf',
         help='config file to use (defaults to /etc/yum.conf)')
     parser.add_option("-a", "--arch", default=None,
-        help='act as if running the specified arch (default: current arch, note: does not override $releasever)')
+        help='act as if running the specified arch (default: current arch, note: does not override $releasever. x86_64 is a superset for i*86.)')
     parser.add_option("--source", default=False, dest="source", action="store_true",
                       help='operate on source packages')
     parser.add_option("-r", "--repoid", default=[], action='append',


More information about the Yum-commits mailing list