diff options
-rw-r--r-- | mattermost.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mattermost.go b/mattermost.go index 4608bfff3..ff7b0f3f3 100644 --- a/mattermost.go +++ b/mattermost.go @@ -325,10 +325,10 @@ Usage: -role="admin" The role used in other commands valid values are - "" - The empty role is basic user + "" - The empty role is basic user permissions "admin" - Represents a team admin and - is used to help adminsiter one team. + is used to help administer one team. "system_admin" - Represents a system admin who has access to all teams and configuration settings. This |