diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-11-20 11:13:38 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-11-20 11:13:38 +0000 |
commit | 594a44eec41e6fbd32cfb8d2ead49f53b19a8caf (patch) | |
tree | f5963fd6b596288ff26dd5e31255a79bf2dd4d14 /urpm.pm | |
parent | d71511d1ad3df5e903e69a55331afc9b4a2e6fda (diff) | |
download | urpmi-594a44eec41e6fbd32cfb8d2ead49f53b19a8caf.tar urpmi-594a44eec41e6fbd32cfb8d2ead49f53b19a8caf.tar.gz urpmi-594a44eec41e6fbd32cfb8d2ead49f53b19a8caf.tar.bz2 urpmi-594a44eec41e6fbd32cfb8d2ead49f53b19a8caf.tar.xz urpmi-594a44eec41e6fbd32cfb8d2ead49f53b19a8caf.zip |
document add_medium known options
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -747,6 +747,7 @@ sub configure { #- add a new medium, sync the config file accordingly. #- returns the new medium's name. (might be different from the requested #- name if index_name was specified) +#- options: ignore, index_name, nolock, update, virtual sub add_medium { my ($urpm, $name, $url, $with_hdlist, %options) = @_; |