summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-03-24 23:05:17 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-03-24 23:05:17 +0100
commit06b6aa0adcf59083ea59aaea7738000d93713f40 (patch)
treeb86cc926aada0d2249311aef7417dc4acb355ae0 /scripts
parenteece3fa28c2bda0d6a70805b80a9443a441bc0e2 (diff)
Update checkopts.pl paths
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/checkopts.pl2
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-]+)/) {