summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xurpmi2
-rwxr-xr-xurpmq2
2 files changed, 2 insertions, 2 deletions
diff --git a/urpmi b/urpmi
index 74c29002..07c5b6ab 100755
--- a/urpmi
+++ b/urpmi
@@ -72,7 +72,7 @@ usage:
", $urpm::VERSION) . N(" --help - print this help message.
") . N(" --update - use only update media.
") . N(" --media - use only the given media, separated by comma.
-") . N(" --excludemedia - do not use only the given media, separated by comma.
+") . N(" --excludemedia - do not use the given media, separated by comma.
") . N(" --sortmedia - sort media according to substrings separated by comma.
") . N(" --synthesis - use the given synthesis instead of urpmi db.
") . N(" --auto - automatically select a package in choices.
diff --git a/urpmq b/urpmq
index 5ed296bc..f8b68455 100755
--- a/urpmq
+++ b/urpmq
@@ -37,7 +37,7 @@ usage:
", $urpm::VERSION) . N(" --help - print this help message.
") . N(" --update - use only update media.
") . N(" --media - use only the given media, separated by comma.
-") . N(" --excludemedia - do not use only the given media, separated by comma.
+") . N(" --excludemedia - do not use the given media, separated by comma.
") . N(" --sortmedia - sort media according to substrings separated by comma.
") . N(" --synthesis - use the synthesis given instead of urpmi db.
") . N(" --auto-select - automatically select packages to upgrade the system.