diff options
Diffstat (limited to 'pod/urpmihowto.8.pod')
-rw-r--r-- | pod/urpmihowto.8.pod | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/pod/urpmihowto.8.pod b/pod/urpmihowto.8.pod index 992188a1..60255c9e 100644 --- a/pod/urpmihowto.8.pod +++ b/pod/urpmihowto.8.pod @@ -102,12 +102,10 @@ networked mirror, and so on. But you might want to add media yourself. For that, you should use the urpmi.addmedia program. Its usage is as follows: - urpmi.addmedia [options] <name> <url> [with <hdlist>] + urpmi.addmedia [options] <name> <url> In this synopsis, C<< <name> >> is the name of the new media, -C<< <url> >> the URL where the RPMs are to be found, and the C<with> -parameter optionnally specifies where to find the information file that -describes the media's contents. +C<< <url> >> the URL where the RPMs are to be found. Supported URLs can be C<http://>, C<ftp://>, C<rsync://>, C<ssh://> (this will use rsync over ssh), C<file://>, and C<removable://> (C<removable://> |