diff options
author | Francois Pons <fpons@mandriva.com> | 2003-09-10 12:17:03 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-09-10 12:17:03 +0000 |
commit | 93e592e7b30a91bd000a9c594b98ceeadb66ab9b (patch) | |
tree | 515b91670a87393976bc341889fc468ebbba4a5c | |
parent | 40d0ae0de54cc6ef0306b81aaecbaa2596dc1ab1 (diff) | |
download | urpmi-93e592e7b30a91bd000a9c594b98ceeadb66ab9b.tar urpmi-93e592e7b30a91bd000a9c594b98ceeadb66ab9b.tar.gz urpmi-93e592e7b30a91bd000a9c594b98ceeadb66ab9b.tar.bz2 urpmi-93e592e7b30a91bd000a9c594b98ceeadb66ab9b.tar.xz urpmi-93e592e7b30a91bd000a9c594b98ceeadb66ab9b.zip |
fixed Searches -> Search and Promotes -> Promote (gc, Olivier Blin).
-rw-r--r-- | man/C/urpmf.8 | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/man/C/urpmf.8 b/man/C/urpmf.8 index 6c1b2830..c3500b5d 100644 --- a/man/C/urpmf.8 +++ b/man/C/urpmf.8 @@ -1,4 +1,4 @@ -.TH urpmf 8 "28 Aug 2003" "MandrakeSoft" "Mandrake Linux" +.TH urpmf 8 "10 Sep 2003" "MandrakeSoft" "Mandrake Linux" .IX urpmf .SH NAME urpmf \- RPMFind - Finds the RPM package providing the specified file @@ -30,42 +30,42 @@ Sort the given media, substrings may be used to simplify grouping. Use the given synthesis\fIfile\fP instead of urpmi db for searching packages and resolving dependencies. .IP "\fB\--verbose\fP" -Proposes a verbose mode with various messages. +Propose a verbose mode with various messages. .IP "\fB\--quiet\fP" Do not print tag name (default if no tag given on command line, incompatible with interactive mode). .IP "\fB\--uniq\fP" Do not print identical lines. .IP "\fB\--all\fP" -Searches through all parameters listed below. +Search through all parameters listed below. .IP "\fB\--group\fP" -Searches through group. +Search through group. .IP "\fB\--size\fP" -Searches through size. +Search through size. .IP "\fB\--epoch\fP" -Searches through epoch. +Search through epoch. .IP "\fB\--summary\fP" -Searches through summary. +Search through summary. .IP "\fB\--description\fP" -Searches through description. +Search through description. .IP "\fB\--sourcerpm\fP" -Searches through source rpm. +Search through source rpm. .IP "\fB\--packager\fP" -Searches through packager. +Search through packager. .IP "\fB\--buildhost\fP" -Searches through build host. +Search through build host. .IP "\fB\--url\fP" -Searches through url. +Search through url. .IP "\fB\--provides\fP" -Searches through provides. +Search through provides. .IP "\fB\--requires\fP" -Searches through requires. +Search through requires. .IP "\fB\--files\fP" -Searches through files, this is the default. +Search through files, this is the default. .IP "\fB\--conflicts\fP" -Searches through conflicts. +Search through conflicts. .IP "\fB\--obsoletes\fP" -Searches through obsoletes. +Search through obsoletes. .IP "\fB\--env\fP \fIdirectory\fP" Use a different environment directly from a bug report to replay a bug, the argument is the same argument given to \fB--bug\fP option. |