diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-12 15:28:18 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-12 15:28:18 +0000 |
commit | 3e7e57d3bc7b3f170e7552736afefc88248b1ed3 (patch) | |
tree | a9b25fc51a442f90f9233946f3fe4c3f8fcb0cc8 /urpmf | |
parent | 9241b7b29ce5a79026e7805969754c0c772d129e (diff) | |
download | urpmi-3e7e57d3bc7b3f170e7552736afefc88248b1ed3.tar urpmi-3e7e57d3bc7b3f170e7552736afefc88248b1ed3.tar.gz urpmi-3e7e57d3bc7b3f170e7552736afefc88248b1ed3.tar.bz2 urpmi-3e7e57d3bc7b3f170e7552736afefc88248b1ed3.tar.xz urpmi-3e7e57d3bc7b3f170e7552736afefc88248b1ed3.zip |
Sort options.
Diffstat (limited to 'urpmf')
-rwxr-xr-x | urpmf | 42 |
1 files changed, 21 insertions, 21 deletions
@@ -30,33 +30,33 @@ This is free software and may be redistributed under the terms of the GNU GPL. usage: ", $urpm::VERSION) . N(" --help - print this help message. -") . N(" --update - use only update media. -") . N(" --media - use only the given media, separated by comma. +") . N(" --all - print all tags. +") . N(" --buildhost - print tag buildhost: build host. +") . N(" --conflicts - print tag conflicts: all conflicts. +") . N(" --description - print tag description: description. +") . N(" --env - use specific environment (typically a bug + report). +") . N(" --epoch - print tag epoch: epoch. ") . N(" --excludemedia - do not use the given media, separated by comma. -") . N(" --sortmedia - sort media according to substrings separated by comma. -") . N(" --synthesis - use the synthesis given instead of urpmi db. -") . N(" --verbose - verbose mode. +") . N(" --files - print tag files: all files. +") . N(" --group - print tag group: group. +") . N(" --media - use only the given media, separated by comma. +") . N(" --name - print only package names. +") . N(" --obsoletes - print tag obsoletes: all obsoletes. +") . N(" --packager - print tag packager: packager. +") . N(" --provides - print tag provides: all provides. ") . N(" --quiet - do not print tag name (default if no tag given on command line, incompatible with interactive mode). -") . N(" --uniq - do not print identical lines. -") . N(" --all - print all tags. -") . N(" --name - print only package names. -") . N(" --group - print tag group: group. +") . N(" --requires - print tag requires: all requires. ") . N(" --size - print tag size: size. -") . N(" --epoch - print tag epoch: epoch. -") . N(" --summary - print tag summary: summary. -") . N(" --description - print tag description: description. +") . N(" --sortmedia - sort media according to substrings separated by comma. ") . N(" --sourcerpm - print tag sourcerpm: source rpm. -") . N(" --packager - print tag packager: packager. -") . N(" --buildhost - print tag buildhost: build host. +") . N(" --summary - print tag summary: summary. +") . N(" --synthesis - use the synthesis given instead of urpmi db. +") . N(" --uniq - do not print identical lines. +") . N(" --update - use only update media. ") . N(" --url - print tag url: url. -") . N(" --provides - print tag provides: all provides. -") . N(" --requires - print tag requires: all requires. -") . N(" --files - print tag files: all files. -") . N(" --conflicts - print tag conflicts: all conflicts. -") . N(" --obsoletes - print tag obsoletes: all obsoletes. -") . N(" --env - use specific environment (typically a bug - report). +") . N(" --verbose - verbose mode. ") . 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. |