diff options
-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); } |