diff --git a/src/command/command.c b/src/command/command.c index 97d2dfc6..05b047db 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -662,7 +662,7 @@ static struct cmd_t command_defs[] = CMD_TAG_GROUPCHAT) CMD_SYN( "/affiliation set []", - "/list []") + "/affiliation list []") CMD_DESC( "Manage room affiliations. " "Affiliation may be one of owner, admin, member, outcast or none.") @@ -678,7 +678,7 @@ static struct cmd_t command_defs[] = CMD_TAG_GROUPCHAT) CMD_SYN( "/role set []", - "/list []") + "/role list []") CMD_DESC( "Manage room roles. " "Role may be one of moderator, participant, visitor or none.")