From d90e2c33fec88adabef87549ec3d1b4fb65d9587 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 31 Aug 2012 16:45:16 +0000 Subject: convert a couple comments to POD --- urpm/install.pm | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'urpm/install.pm') diff --git a/urpm/install.pm b/urpm/install.pm index 8754fe85..c539af3c 100644 --- a/urpm/install.pm +++ b/urpm/install.pm @@ -178,15 +178,17 @@ sub options { =item install($urpm, $remove, $install, $upgrade, %options) +Install packages according to each hash (remove, install or upgrade). + +options: + test, excludepath, nodeps, noorder (unused), delta, + callback_inst, callback_trans, callback_report_uninst, + post_clean_cache, verbose + (more options for trans->run) + excludedocs, nosize, noscripts, oldpackage, repackage, replacepkgs, justdb, ignorearch + =cut -#- install packages according to each hash (remove, install or upgrade). -#- options: -#- test, excludepath, nodeps, noorder (unused), delta, -#- callback_inst, callback_trans, callback_report_uninst, -#- post_clean_cache, verbose -#- (more options for trans->run) -#- excludedocs, nosize, noscripts, oldpackage, repackage, replacepkgs, justdb, ignorearch sub install { my ($urpm, $remove, $install, $upgrade, %options) = @_; $options{translate_message} = 1; -- cgit v1.2.1