diff options
| author | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2026-07-01 22:17:27 +0900 |
|---|---|---|
| committer | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2026-07-01 22:17:27 +0900 |
| commit | 843a291d4c1bf3e99cb483ad86dedd9414625bde (patch) | |
| tree | 595a7e881bcb59c5546c3bd7841158f9e5f7c9fc /Completion/Unix/Command | |
| parent | unposted: completion: add _zformat (diff) | |
| download | zsh-843a291d4c1bf3e99cb483ad86dedd9414625bde.tar zsh-843a291d4c1bf3e99cb483ad86dedd9414625bde.tar.gz zsh-843a291d4c1bf3e99cb483ad86dedd9414625bde.tar.bz2 zsh-843a291d4c1bf3e99cb483ad86dedd9414625bde.tar.lz zsh-843a291d4c1bf3e99cb483ad86dedd9414625bde.tar.xz zsh-843a291d4c1bf3e99cb483ad86dedd9414625bde.tar.zst zsh-843a291d4c1bf3e99cb483ad86dedd9414625bde.zip | |
Diffstat (limited to 'Completion/Unix/Command')
| -rw-r--r-- | Completion/Unix/Command/_attr | 2 |
1 files changed, 1 insertions, 1 deletions
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' \ |
