summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-11-20 12:31:32 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-11-20 12:31:32 +0000
commit94446fbca44a7e2857b19f0098a3209d9d01f215 (patch)
tree62e5961256e3debf5c6015bce573e08f1478e8f4 /urpm.pm
parent54e8e1c42eb12a5c920d7cd275ba25ab81186187 (diff)
downloadurpmi-94446fbca44a7e2857b19f0098a3209d9d01f215.tar
urpmi-94446fbca44a7e2857b19f0098a3209d9d01f215.tar.gz
urpmi-94446fbca44a7e2857b19f0098a3209d9d01f215.tar.bz2
urpmi-94446fbca44a7e2857b19f0098a3209d9d01f215.tar.xz
urpmi-94446fbca44a7e2857b19f0098a3209d9d01f215.zip
document options
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm.pm b/urpm.pm
index 2076d32c..e70c02a6 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -2713,6 +2713,7 @@ sub copy_packages_of_removable_media {
}
# TODO verify that files are downloaded from the right corresponding media
+#- options: quiet, callback,
sub download_packages_of_distant_media {
my ($urpm, $list, $sources, $error_sources, %options) = @_;