Commit 06b6aa0a authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Update checkopts.pl paths

parent eece3fa2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ while (my $line = <$c_fh>) {
}
close($c_fh);

open(my $man_fh, '<', 'feh.1') or die("Can't read feh.1: $!");
open(my $man_fh, '<', 'man/feh.1') or die("Can't read feh.1: $!");
while (my $line = <$man_fh>) {

	if ($line =~ /^\.B (?:-(?<short>.), )?--(?<long>[\w-]+)/) {