diff options
Diffstat (limited to 'scripts/checkopts.pl')
-rwxr-xr-x | scripts/checkopts.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkopts.pl b/scripts/checkopts.pl index fb88c0f..a2fe2b5 100755 --- a/scripts/checkopts.pl +++ b/scripts/checkopts.pl @@ -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-]+)/) { |