diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-03-13 13:50:25 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-03-13 13:50:25 +0000 |
commit | 41df4ec52263d353a26edd9e7295253d96f12a5c (patch) | |
tree | 0727b670ff7abcc9fd69e56cb01032f352a2ee6c | |
parent | 8158d198245e3cfc6326169368da5bea62779476 (diff) | |
download | urpmi-41df4ec52263d353a26edd9e7295253d96f12a5c.tar urpmi-41df4ec52263d353a26edd9e7295253d96f12a5c.tar.gz urpmi-41df4ec52263d353a26edd9e7295253d96f12a5c.tar.bz2 urpmi-41df4ec52263d353a26edd9e7295253d96f12a5c.tar.xz urpmi-41df4ec52263d353a26edd9e7295253d96f12a5c.zip |
(usage) translate remaining bits of usage
-rw-r--r-- | gurpmi.pm | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -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 <<USAGE; - gurpmi <rpm> [ <rpm>... ] -Options : - --auto - --auto-select - --force - --no-verify-rpm - --media media1,... - --root root - --test - --searchmedia media1,... -USAGE +", $urpm::VERSION) . " gurpmi <rpm> [ <rpm>... ] +" . 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; } |