summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-06-02 21:16:50 +0000
committerOlivier Blin <oblin@mandriva.org>2004-06-02 21:16:50 +0000
commit44d8194650471a63015d2ea1550a0797cda8738f (patch)
tree49f9ebe23b4c8c45b717af3e50fd73b86d3fce08
parentf59c7de49a003f4f20e142fa87cba5a29e5ef775 (diff)
downloadurpmi-44d8194650471a63015d2ea1550a0797cda8738f.tar
urpmi-44d8194650471a63015d2ea1550a0797cda8738f.tar.gz
urpmi-44d8194650471a63015d2ea1550a0797cda8738f.tar.bz2
urpmi-44d8194650471a63015d2ea1550a0797cda8738f.tar.xz
urpmi-44d8194650471a63015d2ea1550a0797cda8738f.zip
add documentation about -p option in urpmq man page and urpmq --help
-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).