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 return
;; ;;
-e|--exclude) -e|--exclude)
COMPREPLY=( $( compgen -W 'ascii apptype compress elf soft tar COMPREPLY=( $( compgen -W 'apptype ascii cdf compress elf encoding
tokens troff' -- "$cur" ) ) soft tar text tokens troff' -- "$cur" ) )
return return
;; ;;
esac esac