From 21a09a14181851e931f9b2b65704044eed169fb7 Mon Sep 17 00:00:00 2001 From: dana Date: Wed, 3 Jan 2018 18:14:05 -0600 Subject: 42214: use less general names on new functions for completing file flags and modes --- Completion/BSD/Command/_chflags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/BSD/Command') diff --git a/Completion/BSD/Command/_chflags b/Completion/BSD/Command/_chflags index f97d1cdd1..924b09acd 100644 --- a/Completion/BSD/Command/_chflags +++ b/Completion/BSD/Command/_chflags @@ -12,7 +12,7 @@ if [[ $OSTYPE = (darwin|dragonfly|freebsd)* ]]; then fi _arguments -s -A "-*" : $args \ - ': :_flags' \ + ': :_file_flags' \ '*:file:_files "$own"' \ - opth \ '-h[act on symlinks]' \ -- cgit 1.4.1