summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-12-19 12:16:49 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-12-19 12:16:49 +0000
commit3880463a92142896704deca4d341af93be762b84 (patch)
tree083ddaa4280c8f7bd74b0619ebe5d40fd4a9d038 /urpm.pm
parentfa957b2abb16441c131d8242b22579ca63d70c01 (diff)
downloadurpmi-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 'urpm.pm')
-rw-r--r--urpm.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/urpm.pm b/urpm.pm
index 9705183c..5cd79dcd 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -375,8 +375,7 @@ B<source>: { id => src_rpm_file|spec_file }
B<media>: [ {
start => int, end => int, name => string, url => string,
- virtual => bool, media_info_dir => string, with_hdlist => string,
- hdlist => bool|string, synthesis => bool,
+ virtual => bool, media_info_dir => string, with_synthesis => string,
removable => string, downloader => string,
ignore => bool, update => bool, modified => bool, really_modified => bool,
} ],
@@ -385,7 +384,7 @@ B<media>: [ {
=head1 SEE ALSO
-The C<URPM> package is used to manipulate at a lower level hdlist and rpm
+The C<URPM> package is used to manipulate at a lower level synthesis and rpm
files.
=head1 COPYRIGHT