file: Add few missing --exclude arguments completions.

See lines 112-121 of
  https://github.com/glensc/file/blob/master/src/file.c
This commit is contained in:
Igor Murzov 2011-10-12 02:34:51 +04:00
parent c10a2723e7
commit e8d0b1ffdb

View File

@ -14,8 +14,8 @@ _file()
return
;;
-e|--exclude)
COMPREPLY=( $( compgen -W 'ascii apptype compress elf soft tar
tokens troff' -- "$cur" ) )
COMPREPLY=( $( compgen -W 'apptype ascii cdf compress elf encoding
soft tar text tokens troff' -- "$cur" ) )
return
;;
esac