diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-03-24 23:05:17 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-03-24 23:05:17 +0100 |
commit | 06b6aa0adcf59083ea59aaea7738000d93713f40 (patch) | |
tree | b86cc926aada0d2249311aef7417dc4acb355ae0 /scripts | |
parent | eece3fa28c2bda0d6a70805b80a9443a441bc0e2 (diff) |
Update checkopts.pl paths
Diffstat (limited to 'scripts')
-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-]+)/) { |