summaryrefslogtreecommitdiff
path: root/helpers/check-feh-completion
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-02-05 00:42:30 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-02-05 00:42:30 +0100
commit1e0ffa974c0c928ae88de3b121382fd386d4cb74 (patch)
treee590855b9f4afbb82e895a4fe23cf3d06397ff3d /helpers/check-feh-completion
parentfb032db3ca07f42c225cb5630811894ed247c6b1 (diff)
_feh: Add --bg-max/--info
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;