diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-03-28 14:13:38 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-03-28 14:13:38 +0200 |
commit | 254e4b4a48ae5a6a0cd84002e6031f4ecfba1707 (patch) | |
tree | f3de906b1ba5d2f8151a4663550219764be6e06f | |
parent | 19557bb66d4ccd6ee231dc154a1191c5f4ce2922 (diff) |
check-feh-completion: Update feh.1 path
-rwxr-xr-x | helpers/check-feh-completion | 2 |
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; |