diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-01-06 22:32:37 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-01-06 22:32:37 +0000 |
commit | e8df49d47cec9100b956d54a50c59fdd7f07c45c (patch) | |
tree | b7bd0c2d8fefb9d0d21b2e35249a647986b4af5d /urpmi.addmedia | |
parent | 1f8ff37bcb9c4b797a5b4b947159652d58890a06 (diff) | |
download | urpmi-e8df49d47cec9100b956d54a50c59fdd7f07c45c.tar urpmi-e8df49d47cec9100b956d54a50c59fdd7f07c45c.tar.gz urpmi-e8df49d47cec9100b956d54a50c59fdd7f07c45c.tar.bz2 urpmi-e8df49d47cec9100b956d54a50c59fdd7f07c45c.tar.xz urpmi-e8df49d47cec9100b956d54a50c59fdd7f07c45c.zip |
no_comment
Diffstat (limited to 'urpmi.addmedia')
-rwxr-xr-x | urpmi.addmedia | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/urpmi.addmedia b/urpmi.addmedia index 72ef3cd8..0d8823f9 100755 --- a/urpmi.addmedia +++ b/urpmi.addmedia @@ -56,9 +56,9 @@ my $suffix; "usage: urpmi.addmedia <name> <url> where <url> is one of file://<path> - ftp://<login>:<user>@<host>/<path> with <relative path of hdlist> - ftp://<host>/<path> with <relative path of hdlist> - http://<host>/<path> with <relative path of hdlist> + ftp://<login>:<password>@<host>/<path> with <relative filename of hdlist> + ftp://<host>/<path> with <relative filename of hdlist> + http://<host>/<path> with <relative filename of hdlist> removable_<device>_<number>://<path> "; $name or die $usage; |