diff --git a/src/acl.c b/src/acl.c index fdc0744a..30e19564 100644 --- a/src/acl.c +++ b/src/acl.c @@ -134,6 +134,7 @@ user *ACLCreateUser(const char *name, size_t namelen) { * > Add this passowrd to the list of valid password for the user. * For example >mypass will add "mypass" to the list. * < Remove this password from the list of valid passwords. + * allcommands Alias for +@all * allkeys Alias for ~* * resetpass Flush the list of allowed passwords. * resetkeys Flush the list of allowed keys patterns.