From 1c4e7601c4b83322e8702954c2c3b8e4672026a3 Mon Sep 17 00:00:00 2001 From: dana Date: Wed, 3 Jan 2018 16:13:23 -0600 Subject: 42210: factor out completion of file modes and flags and handle _comp_priv_prefix for chflags --- Completion/Unix/Command/_find | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_find') diff --git a/Completion/Unix/Command/_find b/Completion/Unix/Command/_find index 3854d6cce..2bfb89825 100644 --- a/Completion/Unix/Command/_find +++ b/Completion/Unix/Command/_find @@ -139,7 +139,7 @@ _arguments -C $args \ '*-nogroup' \ '*-nouser' \ '*-ok:program: _command_names -e:*\;::program arguments: _normal' \ - '*-perm:file permission bits' \ + '*-perm: :_modes' \ '*-print' \ '*-prune' \ '*-size:file size (blocks)' \ -- cgit 1.4.1