summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 57461f5..7afe2e0 100644
--- a/README.md
+++ b/README.md
@@ -239,7 +239,8 @@ Accounts | groups | Comma separated list of groups for
Accounts | useradd\_cmd | Command string to create a new user.
Accounts | userdel\_cmd | Command string to delete a user.
Accounts | usermod\_cmd | Command string to modify a user's groups.
-Accounts | gpasswd\_cmd | Command string to remove a user from a group.
+Accounts | gpasswd\_add\_cmd | Command string to add a user to a group.
+Accounts | gpasswd\_remove\_cmd | Command string to remove a user from a group.
Accounts | groupadd\_cmd | Command string to create a new group.
Daemons | accounts\_daemon | `false` disables the accounts daemon.
Daemons | clock\_skew\_daemon | `false` disables the clock skew daemon.