diff --git a/bin/slubsipbuilderbagit.pl b/bin/slubsipbuilderbagit.pl index a18a93d04df548e93a8980fac14b3be56781abfe..8dd313626e130eec49c31c472f018542b3eee535 100644 --- a/bin/slubsipbuilderbagit.pl +++ b/bin/slubsipbuilderbagit.pl @@ -654,7 +654,7 @@ GetOptions( # help if ($help) { pod2usage(1); } -#man +# man if ($man) { pod2usage(-exitval => 0, -verbose => 2); } # save if (!defined $save || $save eq "") { confess("you need to specify a --save_option, available <replace> or <copy> or <move>"); }