summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-12-18 16:28:15 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-12-18 16:28:15 +0000
commit2866b54b63850bcfbd7fc160d3a7c70febf7ea86 (patch)
tree330280a996dbe2866afd4eb4bae2e8e2ca9081dd /urpmi
parentc08dd9689efdd287d6cb40f87f9e191c8169296f (diff)
downloadurpmi-2866b54b63850bcfbd7fc160d3a7c70febf7ea86.tar
urpmi-2866b54b63850bcfbd7fc160d3a7c70febf7ea86.tar.gz
urpmi-2866b54b63850bcfbd7fc160d3a7c70febf7ea86.tar.bz2
urpmi-2866b54b63850bcfbd7fc160d3a7c70febf7ea86.tar.xz
urpmi-2866b54b63850bcfbd7fc160d3a7c70febf7ea86.zip
add some doc
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi3
1 files changed, 3 insertions, 0 deletions
diff --git a/urpmi b/urpmi
index e9e2be6a..18eabe11 100755
--- a/urpmi
+++ b/urpmi
@@ -405,6 +405,9 @@ if (@src_names) {
) || $force or exit 1;
}
+# callback called to ask user to choose between virtual packages
+# - $choices is the sorted list of choices
+# - $prefered is a subset of @$choices (it can be empty)
sub ask_choice {
my ($urpm, $_db, $_state, $choices, $virtual_pkg_name, $prefered) = @_;