Skip to content
Snippets Groups Projects
Commit af453133 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- added space

parent d7b1486f
No related branches found
No related tags found
No related merge requests found
...@@ -654,7 +654,7 @@ GetOptions( ...@@ -654,7 +654,7 @@ GetOptions(
# help # help
if ($help) { pod2usage(1); } if ($help) { pod2usage(1); }
#man # man
if ($man) { pod2usage(-exitval => 0, -verbose => 2); } if ($man) { pod2usage(-exitval => 0, -verbose => 2); }
# save # save
if (!defined $save || $save eq "") { confess("you need to specify a --save_option, available <replace> or <copy> or <move>"); } if (!defined $save || $save eq "") { confess("you need to specify a --save_option, available <replace> or <copy> or <move>"); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment