diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-11-14 18:10:43 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-11-14 18:10:43 +0100 |
commit | f6fbd843758e19715319937852d5c0930f92d4d1 (patch) | |
tree | 6bdb75a8d3031f52387b30a4720a2ee9095bb523 | |
parent | ac1585bb49033a6f850c8779cb3032e5aef7d730 (diff) |
Fix a typo in the feh completion
-rw-r--r-- | etc/completions/_feh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/completions/_feh b/etc/completions/_feh index 03e55d8..d87eafa 100644 --- a/etc/completions/_feh +++ b/etc/completions/_feh @@ -95,7 +95,7 @@ argument_postfix=( 'menu-font' '[Set font in menus]:font: ' 'no-menus' "[Don't load or show any menus]" 'next-button' '[Button for next image]:button:_feh_button' - 'zoom-button' '[Button to zoom image]:button:_fes_button' + 'zoom-button' '[Button to zoom image]:button:_feh_button' 'pan-button' '[Ctrl+Button to pan image]:button:_feh_button' 'menu-button' '[Button to activate menu]:button:_feh_button' 'no-menu-ctrl-mask' '[Show Menu without pressing ctrl]' |