diff options
author | Francois Pons <fpons@mandriva.com> | 2003-01-07 16:53:07 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-01-07 16:53:07 +0000 |
commit | 4ad649c7664624cc2b20bd9e331681e9085e959f (patch) | |
tree | a23f6f9852f86a060420c827cdfc384022f3417f | |
parent | 49d18f49b0d3f23c2023cdbacd87e4077194c2d9 (diff) | |
download | urpmi-4ad649c7664624cc2b20bd9e331681e9085e959f.tar urpmi-4ad649c7664624cc2b20bd9e331681e9085e959f.tar.gz urpmi-4ad649c7664624cc2b20bd9e331681e9085e959f.tar.bz2 urpmi-4ad649c7664624cc2b20bd9e331681e9085e959f.tar.xz urpmi-4ad649c7664624cc2b20bd9e331681e9085e959f.zip |
fixed typo.
-rwxr-xr-x | urpmf | 2 | ||||
-rwxr-xr-x | urpmi | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -48,7 +48,7 @@ usage: ") . _(" --files - print tag files: all files (multiple lines). ") . _(" --conflicts - print tag conflicts: all conflicts (multiple lines). ") . _(" --obsoletes - print tag obsoletes: all obsoletes (multiple lines). -") . _(" -i - ignore case distinctions in any pattern. +") . _(" -i - ignore case distinctions in any patterns. ") . _(" -f - print version, release and arch with name. ") . _(" -e - include perl code directly as perl -e. ") . _(" -a - binary AND operator, true if both expression are true. @@ -76,7 +76,7 @@ usage: ", $urpm::VERSION) . _(" --help - print this help message. ") . _(" --update - use only update media. ") . _(" --media - use only the media listed by comma. -") . _(" --synthesis - use the synthesis given instead of urpmi db. +") . _(" --synthesis - use the given synthesis instead of urpmi db. ") . _(" --auto - automatically select a package in choices. ") . _(" --auto-select - automatically select packages to upgrade the system. ") . _(" --fuzzy - impose fuzzy search (same as -y). |