File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -246,6 +246,8 @@ sub list_types {
246246$fix = 1 if ($fix_inplace );
247247$check_orig = $check ;
248248
249+ die " $P : --git cannot be used with --file or --fix\n " if ($git && ($file || $fix ));
250+
249251my $exit = 0;
250252
251253my $perl_version_ok = 1;
@@ -269,11 +271,11 @@ sub list_types {
269271} elsif ($color =~ / ^auto$ /i ) {
270272 $color = (-t STDOUT );
271273} else {
272- die " Invalid color mode: $color \n " ;
274+ die " $P : Invalid color mode: $color \n " ;
273275}
274276
275277# skip TAB size 1 to avoid additional checks on $tabsize - 1
276- die " Invalid TAB size: $tabsize \n " if ($tabsize < 2);
278+ die " $P : Invalid TAB size: $tabsize \n " if ($tabsize < 2);
277279
278280sub hash_save_array_words {
279281 my ($hashRef , $arrayRef ) = @_ ;
You can’t perform that action at this time.
0 commit comments