zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] _zstat: Don't offer -o after -s, since -s is ignored when both -s and -o are specified.
@ 2021-09-26  8:45 Daniel Shahaf
  0 siblings, 0 replies; only message in thread
From: Daniel Shahaf @ 2021-09-26  8:45 UTC (permalink / raw)
  To: zsh-workers

---
 Completion/Unix/Command/_stat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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'


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-26  8:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-26  8:45 [PATCH] _zstat: Don't offer -o after -s, since -s is ignored when both -s and -o are specified Daniel Shahaf

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).