diff options
-rw-r--r-- | pod/urpmi.addmedia.8.pod | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/pod/urpmi.addmedia.8.pod b/pod/urpmi.addmedia.8.pod index e624f115..856fa820 100644 --- a/pod/urpmi.addmedia.8.pod +++ b/pod/urpmi.addmedia.8.pod @@ -105,7 +105,7 @@ Use specified HTTP proxy. =item B<--proxy-user> I<user:password> Use specified user and password to use for proxy authentication. -Specifying B<--proxy-user=ask> will cause urpmi.addmedia to prompt for a +Specifying B<--proxy-user=ask> will cause B<urpmi.addmedia> to prompt for a username and a password. =item B<--update> @@ -125,6 +125,12 @@ Try to find and use hdlist file if B<with ...> is not given. Do not try to find any synthesis or hdlist file. +So, if you use a network media (http, ftp, etc.), specifying the location +of a synthesis or hdlist with B<with...> is mandatory. + +On the other hand, if you use a local media B<urpmi.addmedia> will extract +all RPM headers and construct an hdlist by itself. + =item B<--distrib> Retrieve a set of media from a distribution. Typically, the URL provided |