about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_user_admin1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_user_admin b/Completion/Unix/Command/_user_admin
index 281171d17..31ccbf1c2 100644
--- a/Completion/Unix/Command/_user_admin
+++ b/Completion/Unix/Command/_user_admin
@@ -45,6 +45,7 @@ if [[ $service = user* ]]; then
 	"(-L -p)-U[unlock user's password]"
     )
     args+=(
+      '-a[append groups]'
       '-l[specify new user name]:new username'
       ':username:_users'
     )