From 843a291d4c1bf3e99cb483ad86dedd9414625bde Mon Sep 17 00:00:00 2001 From: Jun-ichi Takimoto Date: Wed, 1 Jul 2026 22:17:27 +0900 Subject: unposted: _attr: $list was removed in 54528 --- Completion/Unix/Command/_attr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command') diff --git a/Completion/Unix/Command/_attr b/Completion/Unix/Command/_attr index 58fd8837e..208c46db6 100644 --- a/Completion/Unix/Command/_attr +++ b/Completion/Unix/Command/_attr @@ -2,7 +2,7 @@ case $service in attr) - _arguments -s -S "$list[@]" \ + _arguments -s -S \ '(-l -r -s -V)-g[get extended attribute for file]:attribute name' \ '(-g -s -r -V)-l[list extended attributes associated with file]' \ '(-l -g -s -q -V)-r[remove given attribute from file]:attribute name' \ -- cgit v1.3.1