about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2015-02-16 23:45:38 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2015-02-27 17:21:11 +0000
commit49776e807f4ab799fca8f78fcf773b093e3e253e (patch)
treef181258bc15eb72fc05267b9c82c508095ecbd56 /Completion
parentc96606cc0617b85d3bf0784d0bf1ecd71e44cbd7 (diff)
downloadzsh-49776e807f4ab799fca8f78fcf773b093e3e253e.tar.gz
zsh-49776e807f4ab799fca8f78fcf773b093e3e253e.tar.xz
zsh-49776e807f4ab799fca8f78fcf773b093e3e253e.zip
34588: Complete 'usermod -a'
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'
     )