zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Complete 'usermod -a'
@ 2015-02-21  0:23 Daniel Shahaf
  0 siblings, 0 replies; only message in thread
From: Daniel Shahaf @ 2015-02-21  0:23 UTC (permalink / raw)
  To: zsh-workers

---
 Completion/Unix/Command/_user_admin | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Completion/Unix/Command/_user_admin b/Completion/Unix/Command/_user_admin
index 281171d..31ccbf1 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'
     )
-- 
1.9.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-21  0:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-21  0:23 [PATCH] Complete 'usermod -a' Daniel Shahaf

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).