You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
962 B
20 lines
962 B
6 years ago
|
commit ac1a9d171548057961ea040d7f1eaae61cb54bf1
|
||
|
Author: Valentina Mukhamedzhanova <vmukhame@redhat.com>
|
||
|
Date: Tue Mar 11 17:40:48 2014 +0100
|
||
|
|
||
|
Fix description of --archlist in the manpage. BZ 1045871
|
||
|
|
||
|
diff --git a/docs/yumdownloader.1 b/docs/yumdownloader.1
|
||
|
index e290268..d2cb276 100644
|
||
|
--- a/docs/yumdownloader.1
|
||
|
+++ b/docs/yumdownloader.1
|
||
|
@@ -20,7 +20,7 @@ When downloading RPMs, resolve dependencies and also download the required packa
|
||
|
.IP "\fB\-\-source\fP"
|
||
|
Instead of downloading the binary RPMs, download the source RPMs.
|
||
|
.IP "\fB\-\-archlist=ARCH1[,ARCH2...]\fP"
|
||
|
-Limit the query to packages of given architecture(s). Valid values are all
|
||
|
+Limit the query to packages of given and compatible architectures. Valid values are all
|
||
|
architectures known to rpm/yum such as 'i386' and 'src' for
|
||
|
source RPMS. Note that repoquery will now change yum's "arch" to the first
|
||
|
value in the archlist. So "\-\-archlist=i386,i686" will change yum's canonical
|