summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command/_tee
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_tee')
-rw-r--r--Completion/Unix/Command/_tee2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_tee b/Completion/Unix/Command/_tee
index 66ef66e19..6c9378ed1 100644
--- a/Completion/Unix/Command/_tee
+++ b/Completion/Unix/Command/_tee
@@ -14,7 +14,7 @@ args=(
)
# Filter out non-GNU options if applicable
-_pick_variant gnu='Free Soft' unix --version ||
+_pick_variant gnu='(Free Soft|uutils)' unix --version ||
args=( ${(@M)args:#(|*\))-[ai]\[*} )
_arguments -s -S : $args '*: :_files' && ret=0