summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Murzov <e-mail@date.by>2011-10-12 02:34:51 +0400
committerIgor Murzov <e-mail@date.by>2011-10-12 02:54:14 +0400
commite8d0b1ffdb585486e6b94fa0226cd4e9e86b142a (patch)
tree9eb9c0661101a0cd673de57c30e8e57f4a3ed6da
parentc10a2723e7895ac15535e404f45f946b209f34e4 (diff)
downloadbash-completion-e8d0b1ffdb585486e6b94fa0226cd4e9e86b142a.tar.gz
file: Add few missing --exclude arguments completions.
See lines 112-121 of https://github.com/glensc/file/blob/master/src/file.c
-rw-r--r--completions/file4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/file b/completions/file
index 9b190eb2..07b4c677 100644
--- a/completions/file
+++ b/completions/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