diff options
Diffstat (limited to 'etc/completions')
-rw-r--r-- | etc/completions/_feh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/completions/_feh b/etc/completions/_feh index 97fff26..18a99f2 100644 --- a/etc/completions/_feh +++ b/etc/completions/_feh @@ -1,5 +1,5 @@ #compdef feh -## completion for feh 1.3.4.dfsg.1-1, based on feh(1) +## completion for feh 1.6 (incomplete), based on feh(1) ## Copyright (C) 2008, 2009 by Daniel Friesel <derf@derf.homelinux.org> ## License: WTFPL <http://sam.zoy.org/wtfpl> @@ -133,7 +133,7 @@ argument_postfix=( 'rcfile' '[Specify config file]:file:_files' 'thumb-title' '[Window title in thumbnail mode]:format string' 'title' '[Window title in slideshow mode]:format string' - 'start-at' '[Filelist start position]:digit' + 'start-at' '[Start slideshow at]:file:_files' 'title-font' '[Title font for index mode]:font' ) |