diff options
author | =Corey Hulen <corey@hulen.com> | 2015-09-16 09:29:50 -0700 |
---|---|---|
committer | =Corey Hulen <corey@hulen.com> | 2015-09-16 09:29:50 -0700 |
commit | 84c0b96e0b89e54d02c5bc0a10f383fa8559809b (patch) | |
tree | 6fcb00e45af0e76f08b93d15937a6ff7077703ca /mattermost.go | |
parent | 2fc01df828b7fe40bd17d13b78b2f8b6922bb1bb (diff) | |
parent | d4887cef03e3321910d33d672c194d1966cd0aac (diff) | |
download | chat-84c0b96e0b89e54d02c5bc0a10f383fa8559809b.tar.gz chat-84c0b96e0b89e54d02c5bc0a10f383fa8559809b.tar.bz2 chat-84c0b96e0b89e54d02c5bc0a10f383fa8559809b.zip |
Merge branch 'master' into PLT-93
Diffstat (limited to 'mattermost.go')
-rw-r--r-- | mattermost.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mattermost.go b/mattermost.go index c95c8ee43..0bdb90424 100644 --- a/mattermost.go +++ b/mattermost.go @@ -318,24 +318,24 @@ Usage: role can only be created on the team named "admin" - -create_team Creates a team. It requres the -team_name + -create_team Creates a team. It requires the -team_name and -email flag to create a team. Example: platform -create_team -team_name="name" -email="user@example.com" - -create_user Creates a user. It requres the -team_name, + -create_user Creates a user. It requires the -team_name, -email and -password flag to create a user. Example: platform -create_user -team_name="name" -email="user@example.com" -password="mypassword" - -assign_role Assigns role to a user. It requres the -role, + -assign_role Assigns role to a user. It requires the -role, -email and -team_name flag. You may need to logout of your current sessions for the new role to be applied. Example: platform -assign_role -team_name="name" -email="user@example.com" -role="admin" - -reset_password Resets the password for a user. It requres the + -reset_password Resets the password for a user. It requires the -team_name, -email and -password flag. Example: platform -reset_password -team_name="name" -email="user@example.com" -paossword="newpassword" |