From af4531331a141ff6745b49f4578b87add22ae83c Mon Sep 17 00:00:00 2001 From: Jens Steidl <Jens.Steidl@slub-dresden.de> Date: Mon, 12 Oct 2020 17:48:56 +0200 Subject: [PATCH] - added space --- bin/slubsipbuilderbagit.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/slubsipbuilderbagit.pl b/bin/slubsipbuilderbagit.pl index a18a93d..8dd3136 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>"); } -- GitLab