summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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