summaryrefslogtreecommitdiff
path: root/completions/feh
diff options
context:
space:
mode:
Diffstat (limited to 'completions/feh')
-rw-r--r--completions/feh4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/feh b/completions/feh
index 5d66bb10..e53ca2b1 100644
--- a/completions/feh
+++ b/completions/feh
@@ -7,7 +7,7 @@ _feh()
case "$prev" in
-B|--image-bg)
- COMPREPLY=( $( compgen -W 'default white black' -- "$cur" ) )
+ COMPREPLY=( $( compgen -W 'checks white black' -- "$cur" ) )
return
;;
-f|--filelist|-o|--output|-O|--output-only|-\||--start-at)
@@ -81,7 +81,7 @@ _feh()
COMPREPLY+=( $( compgen -W 'trans' -- "$cur" ) )
return
;;
- -g|--geometry)
+ -g|--geometry|--max-dimension|--min-dimension)
# expect string like 640x480
if [[ $cur && "$cur" != *x* ]]; then
COMPREPLY=( x )