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/urpmq.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/urpmq.8')
-rw-r--r-- | man/C/urpmq.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/C/urpmq.8 b/man/C/urpmq.8 index 282f4848..a6b69b90 100644 --- a/man/C/urpmq.8 +++ b/man/C/urpmq.8 @@ -14,7 +14,7 @@ Output format of urpmq is the following according to command line options: [group/]package_name[-version][-release][.arch] .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 \fBurpmi\fP will search and resolve dependencies only in media marked as update. @@ -32,9 +32,9 @@ resolving dependencies. Automatically select all packages that have to be upgraded according to already installed packages and packages listed in the various media registered. .IP "\fB\--fuzzy\fP" -Disable fast search on exact package name, ie it will propose all -package containing the name even if one has the given name (this is the same -as \fB\-y\fP). +Disable fast search on exact package name; i.e. it will propose all +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\--keep\fP" Change selection of package when some dependencies cannot be satisfied by trying to keep existing package instead of removing them. This behaviour generally |