diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-05-20 05:52:25 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-05-20 05:52:25 +0000 |
commit | 256b6a30b5af407288cf3c3eaa857922d30e2a30 (patch) | |
tree | 2903df46482b4a6e389b97dc0090bf343d0df992 /man | |
parent | 3363cd269ab61e371519d359e796c3fe5011ad02 (diff) | |
download | urpmi-256b6a30b5af407288cf3c3eaa857922d30e2a30.tar urpmi-256b6a30b5af407288cf3c3eaa857922d30e2a30.tar.gz urpmi-256b6a30b5af407288cf3c3eaa857922d30e2a30.tar.bz2 urpmi-256b6a30b5af407288cf3c3eaa857922d30e2a30.tar.xz urpmi-256b6a30b5af407288cf3c3eaa857922d30e2a30.zip |
Implement -RR in urpmq to search through virtual packages as well. (bug 15895)
Diffstat (limited to 'man')
-rw-r--r-- | man/C/urpmq.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/C/urpmq.8 b/man/C/urpmq.8 index 7866518b..a397ecb3 100644 --- a/man/C/urpmq.8 +++ b/man/C/urpmq.8 @@ -115,7 +115,8 @@ Search in provides to find package (this is the opposite of \fB-P\fP). Do not search in provides to find package (this is the opposite of \fB-p\fP and is the default). .IP "\fB\-R\fP" -Reverse search to what requires the package given. +Reverse search to what requires the package given. If you specify this option +twice, looks also through virtual packages to find the dependencies. .IP "\fB\-y\fP" This is the same as \fB--fuzzy\fP. .IP "\fB\-Y\fP" |