diff options
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> |