mod_admin_shell: Update help for user:create to reflect singular role argument

This commit is contained in:
Kim Alvefur 2022-08-18 18:10:18 +02:00
parent 8ff2f04e4c
commit 6f11c198b3

View file

@ -268,7 +268,7 @@ function commands.help(session, data)
print [[host:deactivate(hostname) - Disconnects all clients on this host and deactivates]]
print [[host:list() - List the currently-activated hosts]]
elseif section == "user" then
print [[user:create(jid, password, roles) - Create the specified user account]]
print [[user:create(jid, password, role) - Create the specified user account]]
print [[user:password(jid, password) - Set the password for the specified user account]]
print [[user:roles(jid, host) - Show current roles for an user]]
print [[user:setrole(jid, host, role) - Set primary role of a user (see 'help roles')]]