about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2021-09-26 08:45:06 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2021-11-26 08:33:40 +0000
commit676aaf23c33bf21d492ed9354592d12f1225126e (patch)
tree267202a77bbcef9e7347ffe642fd0df2b89ce874 /Completion
parent067f570f23c16dd1b151a3507d344d870457efa8 (diff)
downloadzsh-676aaf23c33bf21d492ed9354592d12f1225126e.tar.gz
zsh-676aaf23c33bf21d492ed9354592d12f1225126e.tar.xz
zsh-676aaf23c33bf21d492ed9354592d12f1225126e.zip
49449: _zstat: Don't offer -o after -s, since -s is ignored when both -s and -o are specified.
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_stat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_stat b/Completion/Unix/Command/_stat
index 03b4552de..03abe88a3 100644
--- a/Completion/Unix/Command/_stat
+++ b/Completion/Unix/Command/_stat
@@ -29,7 +29,7 @@ case $variant in
       '(-n)-N[never show names of files]'
       '-o[print file modes in octal rather than decimal]'
       '-r[print raw data]'
-      '-s[print mode, UID, GID, and times as strings]'
+      '(-o)-s[print mode, UID, GID, and times as strings]'
       '(-T)-t[always show type names]'
       '(-t)-T[never show type names]'
       '*: :_files'