diff options
| author | Michael E Brown <michael_e_brown@dell.com> | 2008-01-04 15:01:33 -0600 |
|---|---|---|
| committer | Michael E Brown <michael_e_brown@dell.com> | 2008-01-04 15:01:33 -0600 |
| commit | 528eac267392d8bcdec0e8e8ffcdf0bf46c9522a (patch) | |
| tree | bc6b965c0ae481652e56966396c6ec0be8db1f9f /py | |
| parent | 4c7aa19e68265adeb888b6bd539fbecd07d92080 (diff) | |
update docs for --arch and --target.
Diffstat (limited to 'py')
| -rwxr-xr-x | py/mock.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ def command_parse(config_opts): help="Dont clean chroot after building. If automatic" " cleanup is enabled, use this to disable.", ) parser.add_option("--arch", action ="store", dest="arch", - default=None, help="Use to set kernel personality() to use to build.") + default=None, help="Sets kernel personality().") parser.add_option("--target", action ="store", dest="rpmbuild_arch", default=None, help="passed to rpmbuild as --target") parser.add_option("-D", "--define", action="append", dest="rpmmacros", |
