Skip to content

Commit

Permalink
feh: Add new sort type
Browse files Browse the repository at this point in the history
  • Loading branch information
GArik committed Apr 6, 2013
1 parent 3085c7e commit 0354981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions completions/feh
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ _feh()
return
;;
-S|--sort)
COMPREPLY=( $( compgen -W 'name filename width height pixels size
format' -- "$cur" ) )
COMPREPLY=( $( compgen -W 'name filename mtime width height
pixels size format' -- "$cur" ) )
return
;;
-R|--reload|-H|--limit-height|-W|--limit-width|-E|--thumb-height|\
Expand Down

0 comments on commit 0354981

Please sign in to comment.