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, 1 insertions, 1 deletions
diff --git a/Completion/User/_users_on b/Completion/User/_users_on
index 3d35af02b..0589e7059 100644
--- a/Completion/User/_users_on
+++ b/Completion/User/_users_on
@@ -5,7 +5,7 @@ local expl
 _tags users || return 1
 
 if which users >/dev/null; then
-  _description expl 'users logged on'
+  _description users expl 'users logged on'
   compadd "$@" "$expl[@]" - $(users) && return 0
 else
   # Other methods of finding out users logged on should be added here