summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-11-20 11:23:41 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-11-20 11:23:41 +0000
commit1ad3510736d901a99808aa746a061b29e0bd1511 (patch)
treeb6db7bb8da6b5dee71d50a72c0c23c0b7974000f /urpm.pm
parent594a44eec41e6fbd32cfb8d2ead49f53b19a8caf (diff)
downloadurpmi-1ad3510736d901a99808aa746a061b29e0bd1511.tar
urpmi-1ad3510736d901a99808aa746a061b29e0bd1511.tar.gz
urpmi-1ad3510736d901a99808aa746a061b29e0bd1511.tar.bz2
urpmi-1ad3510736d901a99808aa746a061b29e0bd1511.tar.xz
urpmi-1ad3510736d901a99808aa746a061b29e0bd1511.zip
list all options used by add_distrib_media
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index 12cd9e3e..93cfbcaf 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -807,7 +807,7 @@ sub add_medium {
#- - initial_number : when adding several numbered media, start with this number
#- - probe_with : if eq 'synthesis', use synthesis instead of hdlists
#- - ask_media : callback to know whether each media should be added
-#- other options are passed to add_medium()
+#- other options are passed to add_medium(): ignore, nolock, virtual
sub add_distrib_media {
my ($urpm, $name, $url, %options) = @_;