diff options
author | Francois Pons <fpons@mandriva.com> | 2003-08-28 15:23:43 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-08-28 15:23:43 +0000 |
commit | 41013429c53c7cb375cd465b1e44cc5f03ef2445 (patch) | |
tree | 86eb3f25fd5318fa6942d02b2b2f06348b9dc543 /man/C | |
parent | 2d006feecb592e6d11a743606b4576aefef691aa (diff) | |
download | urpmi-41013429c53c7cb375cd465b1e44cc5f03ef2445.tar urpmi-41013429c53c7cb375cd465b1e44cc5f03ef2445.tar.gz urpmi-41013429c53c7cb375cd465b1e44cc5f03ef2445.tar.bz2 urpmi-41013429c53c7cb375cd465b1e44cc5f03ef2445.tar.xz urpmi-41013429c53c7cb375cd465b1e44cc5f03ef2445.zip |
fixed --excludepath documentation.
Diffstat (limited to 'man/C')
-rw-r--r-- | man/C/urpmi.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/C/urpmi.8 b/man/C/urpmi.8 index 9373c30f..9d19bf0e 100644 --- a/man/C/urpmi.8 +++ b/man/C/urpmi.8 @@ -134,8 +134,8 @@ Activate (default) or deactivate rpm signature checking. .IP "\fB\--test\fP" Test (same as \fBrpm --test\fP) installation of packages but do not modify the system. -.IP "\fB\--excludepath\fP" -Do not install files whose name begins with path given (same as \fBrpm +.IP "\fB\--excludepath\fP \fIstring\fP" +Do not install files whose name begins with \fIstring\fP given (same as \fBrpm --excludepath\fP). .IP "\fB\-a\fP" If multiple packages match the substring given, take them all |