summaryrefslogtreecommitdiffstats
path: root/urpmf
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-10-11 15:21:32 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-10-11 15:21:32 +0000
commit3356b0c74c537d064ccd53b43273285ddee84927 (patch)
tree2f1c2ded41d3e3ab1004606fbd6b5333098b0c70 /urpmf
parent687f8df851493677352fb0968c8f8e42140248ed (diff)
downloadurpmi-3356b0c74c537d064ccd53b43273285ddee84927.tar
urpmi-3356b0c74c537d064ccd53b43273285ddee84927.tar.gz
urpmi-3356b0c74c537d064ccd53b43273285ddee84927.tar.bz2
urpmi-3356b0c74c537d064ccd53b43273285ddee84927.tar.xz
urpmi-3356b0c74c537d064ccd53b43273285ddee84927.zip
Strings are unfrozen, document urpmf -m
Diffstat (limited to 'urpmf')
-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);
}