From 52163a337f34cf185fe55833bbd41080a0228baf Mon Sep 17 00:00:00 2001 From: Igor Murzov Date: Sat, 20 Oct 2012 00:54:42 +0400 Subject: [PATCH] feh: Add new options introduced in feh-2.7. --- completions/feh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/feh b/completions/feh index 5d66bb10..05f1b86c 100644 --- a/completions/feh +++ b/completions/feh @@ -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 )