diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-16 08:41:35 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-16 08:41:35 +0000 |
commit | bda0e9da79709da4dca531d01ff79b0d2e6ba6cd (patch) | |
tree | d1f33053712ad6b1808805d59787d1476e1a31f8 /pod/urpmi.8.pod | |
parent | 9e287a5e12c3b0e9a866b8bd6f72aca1e4fd709b (diff) | |
download | urpmi-bda0e9da79709da4dca531d01ff79b0d2e6ba6cd.tar urpmi-bda0e9da79709da4dca531d01ff79b0d2e6ba6cd.tar.gz urpmi-bda0e9da79709da4dca531d01ff79b0d2e6ba6cd.tar.bz2 urpmi-bda0e9da79709da4dca531d01ff79b0d2e6ba6cd.tar.xz urpmi-bda0e9da79709da4dca531d01ff79b0d2e6ba6cd.zip |
Clarify the difference between --media and --searchmedia
Diffstat (limited to 'pod/urpmi.8.pod')
-rw-r--r-- | pod/urpmi.8.pod | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pod/urpmi.8.pod b/pod/urpmi.8.pod index e513a844..63cc0d39 100644 --- a/pod/urpmi.8.pod +++ b/pod/urpmi.8.pod @@ -67,6 +67,7 @@ resolve dependencies only in media marked as containing updates. 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 fetched from other media. =item B<--excludemedia> I<media1,...,mediaN> @@ -74,8 +75,9 @@ Do not use the specified media. =item B<--searchmedia> I<media> -Use only the specified media 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> |