diff options
Diffstat (limited to 'lib/Iurt/Chroot.pm')
-rw-r--r-- | lib/Iurt/Chroot.pm | 4 |
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 |