From 44d8194650471a63015d2ea1550a0797cda8738f Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 2 Jun 2004 21:16:50 +0000 Subject: add documentation about -p option in urpmq man page and urpmq --help --- man/C/urpmq.8 | 2 ++ urpmq | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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). -- cgit v1.2.1