diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-28 14:00:50 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-28 14:00:50 +0000 |
commit | 62ebea1df52c0808bd8ab7d31e0117e491252138 (patch) | |
tree | 600edaa65dd8590643004afae5aa1cdd59e33bf0 | |
parent | ec45fe8090b36abcbc6988ce1b43bdebb30f58c2 (diff) | |
download | urpmi-62ebea1df52c0808bd8ab7d31e0117e491252138.tar urpmi-62ebea1df52c0808bd8ab7d31e0117e491252138.tar.gz urpmi-62ebea1df52c0808bd8ab7d31e0117e491252138.tar.bz2 urpmi-62ebea1df52c0808bd8ab7d31e0117e491252138.tar.xz urpmi-62ebea1df52c0808bd8ab7d31e0117e491252138.zip |
Clarify doc for --sortmedia option
-rw-r--r-- | pod/urpmf.8.pod | 2 | ||||
-rw-r--r-- | pod/urpmi.8.pod | 2 | ||||
-rw-r--r-- | pod/urpmq.8.pod | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/pod/urpmf.8.pod b/pod/urpmf.8.pod index 107fe3f3..314b6081 100644 --- a/pod/urpmf.8.pod +++ b/pod/urpmf.8.pod @@ -54,6 +54,8 @@ media (or all update media if B<--update> is used). =item B<--sortmedia> I<medium1,...,mediumN> Sort the given media, substrings may be used to simplify grouping. +This way, C<media1> will be taken into account first, then C<media2>, and +so on. Media which aren't listed are taken into account after the others. =item B<--synthesis> I<file> diff --git a/pod/urpmi.8.pod b/pod/urpmi.8.pod index 63cc0d39..8790258c 100644 --- a/pod/urpmi.8.pod +++ b/pod/urpmi.8.pod @@ -82,6 +82,8 @@ Dependencies of those packages can still be found in other media. =item B<--sortmedia> I<media1,...,mediaN> Sort the specified media. Substrings may be used to simplify grouping. +This way, C<media1> will be taken into account first, then C<media2>, and +so on. Media which aren't listed are taken into account after the others. =item B<--synthesis> I<file> diff --git a/pod/urpmq.8.pod b/pod/urpmq.8.pod index a05edcd9..dccb4e1a 100644 --- a/pod/urpmq.8.pod +++ b/pod/urpmq.8.pod @@ -71,6 +71,8 @@ Dependencies of those packages can still be found in other media. =item B<--sortmedia> I<media1,...,mediaN> Sort the specified media. Substrings may be used to simplify grouping. +This way, C<media1> will be taken into account first, then C<media2>, and +so on. Media which aren't listed are taken into account after the others. =item B<--synthesis> I<file> |