diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-05-29 07:30:32 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-05-29 07:30:32 +0000 |
commit | ce597d6a01fda649be99c7fae25a0604bdefa23c (patch) | |
tree | b65380f6ae301ab9660d3d4728c48fec4eaef7be /urpmi.addmedia | |
parent | ef337715b4b8124322d5bb458dc9686da7d8fb8b (diff) | |
download | urpmi-ce597d6a01fda649be99c7fae25a0604bdefa23c.tar urpmi-ce597d6a01fda649be99c7fae25a0604bdefa23c.tar.gz urpmi-ce597d6a01fda649be99c7fae25a0604bdefa23c.tar.bz2 urpmi-ce597d6a01fda649be99c7fae25a0604bdefa23c.tar.xz urpmi-ce597d6a01fda649be99c7fae25a0604bdefa23c.zip |
re-sync after the big svn loss
Diffstat (limited to 'urpmi.addmedia')
-rwxr-xr-x | urpmi.addmedia | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/urpmi.addmedia b/urpmi.addmedia index 55fe9a3a..2c014f0a 100755 --- a/urpmi.addmedia +++ b/urpmi.addmedia @@ -29,10 +29,11 @@ use urpm::media; sub usage { my $m = shift; - my $usage = - #-PO: The URI types strings 'file:', 'ftp:', 'http:', and 'removable:' must not be translated! - #-PO: neither the ``with''. Only what is between <brackets> can be translated. - N("usage: urpmi.addmedia [options] <name> <url> +# Translator: The URI types strings 'file:', 'ftp:', 'http:', +# Translator: and 'removable:' must not be translated! +# Translator: neither the ``with''. +# Translator: only what is between <brackets> can be translated. + my $usage = N("usage: urpmi.addmedia [options] <name> <url> where <url> is one of [file:/]/<path> ftp://<login>:<password>\@<host>/<path> @@ -54,6 +55,7 @@ and [options] are from ") . N(" --probe-synthesis - use synthesis file. ") . N(" --probe-hdlist - use hdlist file. ") . N(" --probe-rpms - use rpm files (instead of synthesis/hdlist). +") . N(" --probe-hdlist - use hdlist file. ") . N(" --no-probe - do not try to find any synthesis or hdlist file. ") . N(" --urpmi-root - use another root for urpmi db & rpm installation. ") . N(" --distrib - automatically create all media from an installation |