Skip to content

Commit

Permalink
feh: Fix list of background styles.
Browse files Browse the repository at this point in the history
It looks like I misinterpreted this string:
"Accepted values: checks (default), white, black."
  • Loading branch information
GArik committed Dec 4, 2012
1 parent 7d59112 commit 9e04f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/feh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9e04f3e

Please sign in to comment.