aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-08-27 04:05:49 +0000
committerThierry Vignaud <tv@mageia.org>2012-08-27 04:05:49 +0000
commit6093fcd23526b063e56e7e7fadf4676991aa895f (patch)
tree9e549b3c5d327f0db9ecfd64829d36d08b844e0d /lib
parent139a55b767c02f18876ae7eb7ba9a64161941030 (diff)
downloadiurt-6093fcd23526b063e56e7e7fadf4676991aa895f.tar
iurt-6093fcd23526b063e56e7e7fadf4676991aa895f.tar.gz
iurt-6093fcd23526b063e56e7e7fadf4676991aa895f.tar.bz2
iurt-6093fcd23526b063e56e7e7fadf4676991aa895f.tar.xz
iurt-6093fcd23526b063e56e7e7fadf4676991aa895f.zip
(clean_chroot) update signatures in doc regarding parameters
Diffstat (limited to 'lib')
-rw-r--r--lib/Iurt/Chroot.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm
index 84fe3b1..a638258 100644
--- a/lib/Iurt/Chroot.pm
+++ b/lib/Iurt/Chroot.pm
@@ -23,7 +23,7 @@ our @EXPORT = qw(
my $sudo = '/usr/bin/sudo';
-=head2 clean_chroot($chroot, $run)
+=head2 clean_chroot($chroot, $run, $config)
Create or clean a chroot
I<$chroot> chroot path
@@ -55,7 +55,7 @@ sub clean_chroot {
}
-=head2 clean_and_build_chroot($chroot, $run)
+=head2 clean_and_build_chroot($chroot, $chroot_ref, $run, $config)
Create or clean a chroot
I<$chroot> chroot path