summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-01-07 16:53:07 +0000
committerFrancois Pons <fpons@mandriva.com>2003-01-07 16:53:07 +0000
commit4ad649c7664624cc2b20bd9e331681e9085e959f (patch)
treea23f6f9852f86a060420c827cdfc384022f3417f
parent49d18f49b0d3f23c2023cdbacd87e4077194c2d9 (diff)
downloadurpmi-4ad649c7664624cc2b20bd9e331681e9085e959f.tar
urpmi-4ad649c7664624cc2b20bd9e331681e9085e959f.tar.gz
urpmi-4ad649c7664624cc2b20bd9e331681e9085e959f.tar.bz2
urpmi-4ad649c7664624cc2b20bd9e331681e9085e959f.tar.xz
urpmi-4ad649c7664624cc2b20bd9e331681e9085e959f.zip
fixed typo.
-rwxr-xr-xurpmf2
-rwxr-xr-xurpmi2
2 files changed, 2 insertions, 2 deletions
diff --git a/urpmf b/urpmf
index 37ee9df0..2fe4ec9f 100755
--- a/urpmf
+++ b/urpmf
@@ -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.
diff --git a/urpmi b/urpmi
index f55a2732..0c3b1378 100755
--- a/urpmi
+++ b/urpmi
@@ -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).