summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_wc
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2023-08-06 13:35:20 -0700
committerBart Schaefer <schaefer@zsh.org>2023-08-06 13:35:20 -0700
commit40a6265aa3f611178ccb99b05522f458ac466f61 (patch)
treeee94b66799896125b72d2eb6160447893cced3c3 /Completion/Unix/Command/_wc
parentaa8e4a02904b3a1c4b3064eb7502d887f7de958b (diff)
downloadzsh-40a6265aa3f611178ccb99b05522f458ac466f61.tar.gz
zsh-40a6265aa3f611178ccb99b05522f458ac466f61.zip
52013,52014,52015,52016,52017,52018: updates for coreutils option changes
Diffstat (limited to 'Completion/Unix/Command/_wc')
-rw-r--r--Completion/Unix/Command/_wc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_wc b/Completion/Unix/Command/_wc
index 49a03ba2c..a1897e289 100644
--- a/Completion/Unix/Command/_wc
+++ b/Completion/Unix/Command/_wc
@@ -13,6 +13,7 @@ if _pick_variant gnu=GNU unix --version; then
args+=(
'(*)--files0-from=[read NUL-terminated file list from specified file]:file:_files'
'(-L --max-line-length)'{-L,--max-line-length}'[print longest line lengths]'
+ '--total=[when to print a line with total counts]:when:(auto always only never)'
)
else
args=( -A "-*" "${(@)args:#(|\(*\))(|\*)--*}" )