summaryrefslogtreecommitdiffstats
path: root/mattermost.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-15 09:19:29 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-15 09:19:29 -0700
commit23a1311ef5f9ecac0a250419a49e74b290e63516 (patch)
treea8d57418952e14130627852b85e77acfb10897a9 /mattermost.go
parent9a3f67a9c94a3c06c02086ec5c5fd3d4307d4301 (diff)
downloadchat-23a1311ef5f9ecac0a250419a49e74b290e63516.tar.gz
chat-23a1311ef5f9ecac0a250419a49e74b290e63516.tar.bz2
chat-23a1311ef5f9ecac0a250419a49e74b290e63516.zip
Moving style into css
Diffstat (limited to 'mattermost.go')
-rw-r--r--mattermost.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/mattermost.go b/mattermost.go
index 499abcd92..c95c8ee43 100644
--- a/mattermost.go
+++ b/mattermost.go
@@ -329,9 +329,9 @@ Usage:
platform -create_user -team_name="name" -email="user@example.com" -password="mypassword"
-assign_role Assigns role to a user. It requres the -role,
- -email and -team_name flag. If you're assigning the
- role="system_admin" role it must be for a user on the
- team_name="admin"
+ -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"