diff options
-rw-r--r-- | man/C/urpmq.8 | 2 | ||||
-rwxr-xr-x | urpmq | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/man/C/urpmq.8 b/man/C/urpmq.8 index 0a53a8b9..06fdfc5e 100644 --- a/man/C/urpmq.8 +++ b/man/C/urpmq.8 @@ -95,6 +95,8 @@ incomplete name given. If maximal closure is used, assume that a package listed may have wrong or not up-to-date dependencies. This cause more package to be upgraded and may correct unresolved dependencies on the rpm database. +.IP "\fB\-p\fP" +Search in provides to find package (this is the opposite of \fB-P\fP). .IP "\fB\-P\fP" Do not search in provides to find package (this is the opposite of \fB-p\fP and is the default). @@ -78,7 +78,8 @@ usage: ") . N(" -u - remove package if a more recent version is already installed. ") . N(" -a - select all matches on command line. ") . N(" -c - complete output with package to be removed. -") . N(" -P - do not search in provides to find package. +") . N(" -p - search in provides to find package. +") . N(" -P - do not search in provides to find package (default). ") . N(" -R - reverse search to what requires package. ") . N(" -y - impose fuzzy search (same as --fuzzy). ") . N(" -s - next package is a source package (same as --src). |