From 3e7e57d3bc7b3f170e7552736afefc88248b1ed3 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 12 Oct 2005 15:28:18 +0000 Subject: Sort options. --- urpmf | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'urpmf') diff --git a/urpmf b/urpmf index 4fcd8fbb..4c411ad4 100755 --- a/urpmf +++ b/urpmf @@ -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. -- cgit v1.2.1