diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-10-27 08:42:17 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-10-27 08:42:17 +0000 |
commit | e223ba57bfb0cf09faf1474bd46341394d9873a5 (patch) | |
tree | 7e43480a2be59b193bceec8e5f1a0bc5b97f46f6 /man | |
parent | 8d94794c91d317cf56985b079d03b062966d5ed7 (diff) | |
download | urpmi-e223ba57bfb0cf09faf1474bd46341394d9873a5.tar urpmi-e223ba57bfb0cf09faf1474bd46341394d9873a5.tar.gz urpmi-e223ba57bfb0cf09faf1474bd46341394d9873a5.tar.bz2 urpmi-e223ba57bfb0cf09faf1474bd46341394d9873a5.tar.xz urpmi-e223ba57bfb0cf09faf1474bd46341394d9873a5.zip |
Add --strict-arch in the manpages
Diffstat (limited to 'man')
-rw-r--r-- | man/C/urpmi.8 | 4 | ||||
-rw-r--r-- | man/C/urpmi.cfg.5 | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/man/C/urpmi.8 b/man/C/urpmi.8 index 7d7771a5..9b678fe5 100644 --- a/man/C/urpmi.8 +++ b/man/C/urpmi.8 @@ -135,6 +135,10 @@ Activate or deactivate rpm signature checking. It's activated by default. .IP "\fB\--test\fP" Test (same as \fBrpm --test\fP) installation of packages but do not modify the system. +.IP "\fB\--strict-arch\fP" +Upgrade only packages if the newer version has the same architecture than the +installed one. Mostly useful on machines that support several architectures +(32 and 64 bit). .IP "\fB\--norebuild\fP" Don't try to rebuild the hdlist files from the RPMs if the original hdlist wasn't readable or was corrupted. diff --git a/man/C/urpmi.cfg.5 b/man/C/urpmi.cfg.5 index aba640a9..262c1d57 100644 --- a/man/C/urpmi.cfg.5 +++ b/man/C/urpmi.cfg.5 @@ -59,6 +59,12 @@ Same as \fB--norebuild\fP for \fBurpmi\fP, \fBurpmi.update\fP and will try to rebuild hdlists by default). .TP +.B strict-arch +Same as \fB--strict-arch\fP for \fBurpmi\fP. Boolean option, disabled by +default (meaning that packages can be upgraded with versions for another +architecture). + +.TP .B limit-rate Same as \fB--limit-rate\fP for all tools. This option allows to control download speed, there is no limitation by default. The number is given in kilo-bytes per |