summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/C/urpmq.82
-rwxr-xr-xurpmq3
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).
diff --git a/urpmq b/urpmq
index a276c517..a0a65521 100755
--- a/urpmq
+++ b/urpmq
@@ -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).