From e8d0b1ffdb585486e6b94fa0226cd4e9e86b142a Mon Sep 17 00:00:00 2001 From: Igor Murzov Date: Wed, 12 Oct 2011 02:34:51 +0400 Subject: file: Add few missing --exclude arguments completions. See lines 112-121 of https://github.com/glensc/file/blob/master/src/file.c --- completions/file | 4 ++-- 1 file 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 -- cgit v1.2.1