diff options
Diffstat (limited to 'pod')
-rw-r--r-- | pod/urpmi.8.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/urpmi.8.pod b/pod/urpmi.8.pod index 109f9080..cf70037f 100644 --- a/pod/urpmi.8.pod +++ b/pod/urpmi.8.pod @@ -273,6 +273,11 @@ names begin with the given I<string> (same as C<rpm --excludepath>). Do not install documents files (same as C<rpm --excludedocs>). +=item B<--ignorearch> + +Allow to install packages whose architecture does not match the +architecture of the host. This is equivalent to C<rpm --ignorearch>. + =item B<--ignoresize> Don't check file systems for sufficient disk space before installation. |