diff options
author | Shohei YOSHIDA <syohex@gmail.com> | 2023-08-06 13:35:20 -0700 |
---|---|---|
committer | Bart Schaefer <schaefer@zsh.org> | 2023-08-06 13:35:20 -0700 |
commit | 40a6265aa3f611178ccb99b05522f458ac466f61 (patch) | |
tree | ee94b66799896125b72d2eb6160447893cced3c3 /Completion/Unix/Command/_wc | |
parent | aa8e4a02904b3a1c4b3064eb7502d887f7de958b (diff) | |
download | zsh-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/_wc | 1 |
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:#(|\(*\))(|\*)--*}" ) |