diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-06-02 21:16:50 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-06-02 21:16:50 +0000 |
commit | 44d8194650471a63015d2ea1550a0797cda8738f (patch) | |
tree | 49f9ebe23b4c8c45b717af3e50fd73b86d3fce08 /man/C | |
parent | f59c7de49a003f4f20e142fa87cba5a29e5ef775 (diff) | |
download | urpmi-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
Diffstat (limited to 'man/C')
-rw-r--r-- | man/C/urpmq.8 | 2 |
1 files changed, 2 insertions, 0 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). |