summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command/_head
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_head')
-rw-r--r--Completion/Unix/Command/_head2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_head b/Completion/Unix/Command/_head
index 8877600f6..03e6485a2 100644
--- a/Completion/Unix/Command/_head
+++ b/Completion/Unix/Command/_head
@@ -3,7 +3,7 @@
local curcontext=$curcontext state state_descr line expl opts args ret=1
typeset -A opt_args
-if _pick_variant gnu=GNU unix --version; then
+if _pick_variant gnu='(GNU|uutils)' unix --version; then
args=(
'(-n --lines -c --bytes)'{-c+,--bytes=}'[print the first (or with -, all but the last) specified bytes]:number of bytes:->number'
'(-n --lines -c --bytes)'{-n+,--lines=}'[print the first (or with -, all but the last) specified lines]:number of lines:->number'