diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-16 08:43:02 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-16 08:43:02 +0000 |
commit | db7ffc8fc4c78390a606501dd23fbd0bf79e9c68 (patch) | |
tree | 3ea09707b2965dbc3289728592a2f0533597e09d | |
parent | bda0e9da79709da4dca531d01ff79b0d2e6ba6cd (diff) | |
download | urpmi-db7ffc8fc4c78390a606501dd23fbd0bf79e9c68.tar urpmi-db7ffc8fc4c78390a606501dd23fbd0bf79e9c68.tar.gz urpmi-db7ffc8fc4c78390a606501dd23fbd0bf79e9c68.tar.bz2 urpmi-db7ffc8fc4c78390a606501dd23fbd0bf79e9c68.tar.xz urpmi-db7ffc8fc4c78390a606501dd23fbd0bf79e9c68.zip |
--searchmedia is also an option of urpmq, so clarify its description there too.
-rw-r--r-- | pod/urpmq.8.pod | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/pod/urpmq.8.pod b/pod/urpmq.8.pod index ed4a7649..bcf1dcb8 100644 --- a/pod/urpmq.8.pod +++ b/pod/urpmq.8.pod @@ -54,8 +54,9 @@ been created with C<urpmi.addmedia --update>). =item B<--media> I<media1,...,mediaN> -Select specific media to be used, instead of all available media (or -all update media if B<--update> is used). +Select specific media to be used, instead of defaulting +to all available media (or all update media if B<--update> is used). +No rpm will be found in other media. =item B<--excludemedia> I<media1,...,mediaN> @@ -63,8 +64,9 @@ Do not use the specified media. =item B<--searchmedia> I<media> -Use only the specified medium to search for packages when combined with -B<--auto-select>. +Use only the specified media to search for packages that are specified on +the command-line, or which are found when using B<--auto-select>. +Dependencies of those packages can still be found in other media. =item B<--sortmedia> I<media1,...,mediaN> |