diff options
-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> |