summaryrefslogtreecommitdiff
path: root/helpers/check-feh-completion
diff options
context:
space:
mode:
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 2b08fb7..d84e9a5 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/man/feh.1";
+my $man_path = "$ENV{HOME}/var/code/feh/man/feh.pre";
my $comp_path = "$ENV{HOME}/packages/zsh/etc/completions/_feh";
my @options;