From 41df4ec52263d353a26edd9e7295253d96f12a5c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 13 Mar 2008 13:50:25 +0000 Subject: (usage) translate remaining bits of usage --- gurpmi.pm | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'gurpmi.pm') diff --git a/gurpmi.pm b/gurpmi.pm index 739d02f7..7b0cdf1c 100644 --- a/gurpmi.pm +++ b/gurpmi.pm @@ -41,19 +41,19 @@ Copyright (C) 1999-2006 Mandriva. This is free software and may be redistributed under the terms of the GNU GPL. usage: -", $urpm::VERSION); - print < [ ... ] -Options : - --auto - --auto-select - --force - --no-verify-rpm - --media media1,... - --root root - --test - --searchmedia media1,... -USAGE +", $urpm::VERSION) . " gurpmi [ ... ] +" . N("Options :") . "\n" + . N(" --help - print this help message. +") . N(" --auto - non-interactive mode, assume default answers to questions. --auto +") . N(" --auto-select - automatically select packages to upgrade the system. +") . N(" --force - force invocation even if some packages do not exist. +") . N(" --verify-rpm - verify rpm signature before installation + (--no-verify-rpm disables it, default is enabled). +") . N(" --media - use only the given media, separated by comma. +") . N(" --root - use another root for rpm installation. +") . N(" --test - only verify if the installation can be achieved correctly. +") . N(" --searchmedia - use only the given media to search requested packages. +"); exit 0; } -- cgit v1.2.1