diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-11 15:21:32 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-11 15:21:32 +0000 |
commit | 3356b0c74c537d064ccd53b43273285ddee84927 (patch) | |
tree | 2f1c2ded41d3e3ab1004606fbd6b5333098b0c70 | |
parent | 687f8df851493677352fb0968c8f8e42140248ed (diff) | |
download | urpmi-3356b0c74c537d064ccd53b43273285ddee84927.tar urpmi-3356b0c74c537d064ccd53b43273285ddee84927.tar.gz urpmi-3356b0c74c537d064ccd53b43273285ddee84927.tar.bz2 urpmi-3356b0c74c537d064ccd53b43273285ddee84927.tar.xz urpmi-3356b0c74c537d064ccd53b43273285ddee84927.zip |
Strings are unfrozen, document urpmf -m
-rwxr-xr-x | urpmf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |