diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-02-27 17:37:37 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-02-27 17:37:37 +0000 |
commit | 6ad8276603af8eaba9f53a821bda3ae19cfdd76f (patch) | |
tree | bc59987ba3dacb0cb0e6e3f8b6dc9362b22d6547 /urpmi.addmedia | |
parent | 444eed89d799da4686b90b70e81deafe10b40ae5 (diff) | |
download | urpmi-6ad8276603af8eaba9f53a821bda3ae19cfdd76f.tar urpmi-6ad8276603af8eaba9f53a821bda3ae19cfdd76f.tar.gz urpmi-6ad8276603af8eaba9f53a821bda3ae19cfdd76f.tar.bz2 urpmi-6ad8276603af8eaba9f53a821bda3ae19cfdd76f.tar.xz urpmi-6ad8276603af8eaba9f53a821bda3ae19cfdd76f.zip |
- all tools:
o cdrom:// replaces removable://
Diffstat (limited to 'urpmi.addmedia')
-rwxr-xr-x | urpmi.addmedia | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/urpmi.addmedia b/urpmi.addmedia index 8a508360..1085b24f 100755 --- a/urpmi.addmedia +++ b/urpmi.addmedia @@ -31,7 +31,7 @@ use urpm::util 'member'; sub usage { my $m = shift; my $usage = - #-PO: The URI types strings 'file:', 'ftp:', 'http:', and 'removable:' must not be translated! + #-PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated! #-PO: neither the ``with''. Only what is between <brackets> can be translated. N("usage: urpmi.addmedia [options] <name> <url> where <url> is one of @@ -39,7 +39,7 @@ where <url> is one of ftp://<login>:<password>\@<host>/<path> ftp://<host>/<path> http://<host>/<path> - removable://<path> + cdrom://<path> usage: urpmi.addmedia [options] --distrib --mirrorlist <url> usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path> |