about summary refs log tree commit diff
path: root/Completion/Unix/Command/_head
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/_head
parentaa8e4a02904b3a1c4b3064eb7502d887f7de958b (diff)
downloadzsh-40a6265aa3f611178ccb99b05522f458ac466f61.tar.gz
zsh-40a6265aa3f611178ccb99b05522f458ac466f61.tar.xz
zsh-40a6265aa3f611178ccb99b05522f458ac466f61.zip
52013,52014,52015,52016,52017,52018: updates for coreutils option changes
Diffstat (limited to 'Completion/Unix/Command/_head')
-rw-r--r--Completion/Unix/Command/_head1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_head b/Completion/Unix/Command/_head
index 0771b1e4d..8877600f6 100644
--- a/Completion/Unix/Command/_head
+++ b/Completion/Unix/Command/_head
@@ -9,6 +9,7 @@ if _pick_variant gnu=GNU unix --version; then
     '(-n --lines -c --bytes)'{-n+,--lines=}'[print the first (or with -, all but the last) specified lines]:number of lines:->number'
     '(-q --quiet --silent -v --verbose)'{-q,--quiet,--silent}'[never print headers giving file names]'
     '(-q --quiet --silent -v --verbose)'{-v,--verbose}'[always print headers giving file names]'
+    '(-z --zero-terminated)'{-z,--zero-terminated}'[line delimiter is NUL, not newline]'
     '(- *)--help[display help and exit]'
     '(- *)--version[output version information and exit]'
   )