diff options
Diffstat (limited to 'urpmf')
-rwxr-xr-x | urpmf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ This is free software and may be redistributed under the terms of the GNU GPL. usage: ", $urpm::VERSION) . _(" --help - print this help message. ") . _(" --update - use only update media. -") . _(" --media - use only the media listed by comma. +") . _(" --media - use only the given media, separated by comma. ") . _(" --synthesis - use the synthesis given instead of urpmi db. ") . _(" --verbose - verbose mode. ") . _(" --quiet - do not print tag name (default if no tag given on command @@ -48,7 +48,7 @@ usage: ") . _(" --files - print tag files: all files (multiple lines). ") . _(" --conflicts - print tag conflicts: all conflicts (multiple lines). ") . _(" --obsoletes - print tag obsoletes: all obsoletes (multiple lines). -") . _(" -i - ignore case distinctions in any patterns. +") . _(" -i - ignore case distinctions in every pattern. ") . _(" -f - print version, release and arch with name. ") . _(" -e - include perl code directly as perl -e. ") . _(" -a - binary AND operator, true if both expression are true. |