about summary refs log tree commit diff
path: root/Completion/User/_users_on
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/User/_users_on')
-rw-r--r--Completion/User/_users_on2
1 files changed, 2 insertions, 0 deletions
diff --git a/Completion/User/_users_on b/Completion/User/_users_on
index 7a1ecd864..221ebb0fd 100644
--- a/Completion/User/_users_on
+++ b/Completion/User/_users_on
@@ -2,6 +2,8 @@
 
 local expl
 
+_tags any users || return 1
+
 if which users >/dev/null; then
   _description expl 'users logged on'
   compadd "$@" "$expl[@]" - $(users) && return 0