From 36abe20c0f53015b816d5f3bdd1eeed713614233 Mon Sep 17 00:00:00 2001 From: Matthew Martin Date: Sun, 27 Sep 2015 01:03:16 -0500 Subject: 36653: OpenBSD's usermod has no -a flag --- Completion/Unix/Command/_user_admin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_user_admin b/Completion/Unix/Command/_user_admin index 31ccbf1c2..3653308a1 100644 --- a/Completion/Unix/Command/_user_admin +++ b/Completion/Unix/Command/_user_admin @@ -44,8 +44,8 @@ if [[ $service = user* ]]; then "(-U -p)-L[lock user's password]" "(-L -p)-U[unlock user's password]" ) + [[ $OSTYPE = openbsd* ]] || args+=('-a[append groups]') args+=( - '-a[append groups]' '-l[specify new user name]:new username' ':username:_users' ) -- cgit 1.4.1