summaryrefslogtreecommitdiffstats
path: root/mattermost.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-11 09:09:05 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-11 09:09:05 -0700
commit9a9f2808d6c40f6a661e7f75255ae0951e0615e2 (patch)
treeb4736993ed58efd923e5983a34c7f3668d9d5c64 /mattermost.go
parent41439eb801c6c8c0a55bcada3eeba3b4a561c663 (diff)
downloadchat-9a9f2808d6c40f6a661e7f75255ae0951e0615e2.tar.gz
chat-9a9f2808d6c40f6a661e7f75255ae0951e0615e2.tar.bz2
chat-9a9f2808d6c40f6a661e7f75255ae0951e0615e2.zip
Fixing help text based on feedback
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 08963f016..499abcd92 100644
--- a/mattermost.go
+++ b/mattermost.go
@@ -328,9 +328,9 @@ Usage:
Example:
platform -create_user -team_name="name" -email="user@example.com" -password="mypassword"
- -assign_role Assigns role to a user. It requres the -team_name,
- -email and -role flag. If you're assigning the
- "system_admin" role it must be for a user on the
+ -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"
Example:
platform -assign_role -team_name="name" -email="user@example.com" -role="admin"