summaryrefslogtreecommitdiffstats
path: root/urpm/install.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-03-16 09:03:16 +0000
committerThierry Vignaud <tv@mageia.org>2013-03-16 09:03:16 +0000
commitf4ba56915b3bc0c1b286265c08c41c9bca6687c2 (patch)
tree66c7dc7b5d0b8ea82f653afd942b54c22962c1d2 /urpm/install.pm
parent725a05e33713f34c92c86bae92b65cbe7a78bddb (diff)
downloadurpmi-f4ba56915b3bc0c1b286265c08c41c9bca6687c2.tar
urpmi-f4ba56915b3bc0c1b286265c08c41c9bca6687c2.tar.gz
urpmi-f4ba56915b3bc0c1b286265c08c41c9bca6687c2.tar.bz2
urpmi-f4ba56915b3bc0c1b286265c08c41c9bca6687c2.tar.xz
urpmi-f4ba56915b3bc0c1b286265c08c41c9bca6687c2.zip
really enable callers to pass their own callback for erasure progress
Diffstat (limited to 'urpm/install.pm')
-rw-r--r--urpm/install.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/install.pm b/urpm/install.pm
index 6db6829a..35f3383a 100644
--- a/urpm/install.pm
+++ b/urpm/install.pm
@@ -320,7 +320,7 @@ Install packages according to each hash (remove, install or upgrade).
options:
test, excludepath, nodeps, noorder (unused), delta,
- callback_inst, callback_trans, callback_report_uninst,
+ callback_inst, callback_trans, callback_report_uninst, callback_uninst,
callback_open_helper, callback_close_helper,
post_clean_cache, verbose
(more options for trans->run)