diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-11-20 11:23:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-11-20 11:23:41 +0000 |
commit | 1ad3510736d901a99808aa746a061b29e0bd1511 (patch) | |
tree | b6db7bb8da6b5dee71d50a72c0c23c0b7974000f /urpm.pm | |
parent | 594a44eec41e6fbd32cfb8d2ead49f53b19a8caf (diff) | |
download | urpmi-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.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) = @_; |