about summary refs log tree commit diff
path: root/Completion/User/_find
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/User/_find')
-rw-r--r--Completion/User/_find3
1 files changed, 1 insertions, 2 deletions
diff --git a/Completion/User/_find b/Completion/User/_find
index 20e8f4ff7..3ccb14c32 100644
--- a/Completion/User/_find
+++ b/Completion/User/_find
@@ -27,6 +27,5 @@ elif [[ "$prev" = -fstype ]]; then
 elif [[ "$prev" = -group ]]; then
   _groups
 elif [[ "$prev" = -user ]]; then
-  _description expl user
-  compgen "$expl[@]" -u
+  _users
 fi