diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-12-19 12:16:49 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-12-19 12:16:49 +0000 |
commit | 3880463a92142896704deca4d341af93be762b84 (patch) | |
tree | 083ddaa4280c8f7bd74b0619ebe5d40fd4a9d038 /pod/urpmi.addmedia.8.pod | |
parent | fa957b2abb16441c131d8242b22579ca63d70c01 (diff) | |
download | urpmi-3880463a92142896704deca4d341af93be762b84.tar urpmi-3880463a92142896704deca4d341af93be762b84.tar.gz urpmi-3880463a92142896704deca4d341af93be762b84.tar.bz2 urpmi-3880463a92142896704deca4d341af93be762b84.tar.xz urpmi-3880463a92142896704deca4d341af93be762b84.zip |
- all tools:
o drop hdlist support (will be replaced with xml media_info)
Diffstat (limited to 'pod/urpmi.addmedia.8.pod')
-rw-r--r-- | pod/urpmi.addmedia.8.pod | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/pod/urpmi.addmedia.8.pod b/pod/urpmi.addmedia.8.pod index 8b551efb..c23867d1 100644 --- a/pod/urpmi.addmedia.8.pod +++ b/pod/urpmi.addmedia.8.pod @@ -21,8 +21,7 @@ must be chosen: where <I<name>> is a human-readable name for the new media (e.g. "updates"). <I<name>> is optional if B<--distrib> is given in the options list. <I<host>>/<I<path>> is the location of the media directory on the -net (e.g. C<media/main>). <I<relative path of hdlist>> is the pathname -where to find the hdlist of the rpms. The location is given relative to +net (e.g. C<media/main>). The location is given relative to <I<path>>. B<curl> is used by default to download files, B<wget> may be used if B<curl> is not installed or if or B<--wget> is given in I<options>. Example: @@ -122,13 +121,9 @@ C<urpmi --update> when looking for updates. Use synthesis file. -=item B<--probe-hdlist> - -Use hdlist file. - =item B<--probe-rpms> -Use rpm files (instead of synthesis/hdlist). +Use rpm files (instead of synthesis). =item B<--distrib> |