summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xurpmf2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmf b/urpmf
index 2a255ccc..4fcd8fbb 100755
--- a/urpmf
+++ b/urpmf
@@ -57,6 +57,7 @@ usage:
") . N(" --obsoletes - print tag obsoletes: all obsoletes.
") . N(" --env - use specific environment (typically a bug
report).
+") . N(" -m - print the media in which the package was found.
") . N(" -i - ignore case distinctions in every pattern.
") . N(" -f - print version, release and arch with name.
") . N(" -e - include perl code directly as perl -e.
@@ -66,7 +67,6 @@ usage:
") . N(" ( - left parenthesis to open group expression.
") . N(" ) - right parenthesis to close group expression.
");
-#") . N(" -m - print the media in which the package was found.
exit(0);
}