diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-04-27 15:46:04 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-04-27 15:46:04 +0000 |
commit | 8bd79537ac94f1bdbf040b2656c18f9f9c4d8675 (patch) | |
tree | 657c3cea1331fd17dbc7fe30f9d1e1f80b3a0253 /man/C/urpmi.8 | |
parent | e08831089a101a44eea2f3751707aaba469f2616 (diff) | |
download | urpmi-8bd79537ac94f1bdbf040b2656c18f9f9c4d8675.tar urpmi-8bd79537ac94f1bdbf040b2656c18f9f9c4d8675.tar.gz urpmi-8bd79537ac94f1bdbf040b2656c18f9f9c4d8675.tar.bz2 urpmi-8bd79537ac94f1bdbf040b2656c18f9f9c4d8675.tar.xz urpmi-8bd79537ac94f1bdbf040b2656c18f9f9c4d8675.zip |
More wording fixes
Diffstat (limited to 'man/C/urpmi.8')
-rw-r--r-- | man/C/urpmi.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/C/urpmi.8 b/man/C/urpmi.8 index 430d5916..4515bd75 100644 --- a/man/C/urpmi.8 +++ b/man/C/urpmi.8 @@ -37,7 +37,7 @@ To update the package list (for example when the ftp archive changes) use urpmi.update. .SH OPTIONS .IP "\fB\--help\fP" -Print an help message and exit (this is the same as \fB-h\fP or \fB-?\fP). +Print a help message and exit (this is the same as \fB-h\fP or \fB-?\fP). .IP "\fB\--update\fP" Use only update media. This means that \fBurpmi\fP will search packages and resolve dependencies only in media marked as containing updates. @@ -74,8 +74,8 @@ packages. The default is 1 and setting this value to 0 just disables splitting in small transactions. .IP "\fB\--fuzzy\fP" Disable fast search on exact package name; i.e. it will propose all -packages containing the name, even if one has exactly the given name (this -is the same as \fB\-y\fP). +packages matching partially the name, even if one of them matches exactly the +specified name (this is the same as \fB\-y\fP). .IP "\fB\--src\fP \fIname\fP" Search a source package matching \fIname\fP and select all its dependencies by default, unless \fB\--install-src\fP is used in order to install the source |