summaryrefslogtreecommitdiff
path: root/helpers/check-feh-completion
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-03-28 14:13:38 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-03-28 14:13:38 +0200
commit254e4b4a48ae5a6a0cd84002e6031f4ecfba1707 (patch)
treef3de906b1ba5d2f8151a4663550219764be6e06f /helpers/check-feh-completion
parent19557bb66d4ccd6ee231dc154a1191c5f4ce2922 (diff)
check-feh-completion: Update feh.1 path
Diffstat (limited to 'helpers/check-feh-completion')
-rwxr-xr-xhelpers/check-feh-completion2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/check-feh-completion b/helpers/check-feh-completion
index a6d0230..8744b03 100755
--- a/helpers/check-feh-completion
+++ b/helpers/check-feh-completion
@@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.010;
-my $man_path = "$ENV{HOME}/packages/feh/feh.1";
+my $man_path = "$ENV{HOME}/packages/feh/man/feh.1";
my $comp_path = "$ENV{HOME}/packages/zsh/etc/completions/_feh";
my @options;