summaryrefslogtreecommitdiffstats
path: root/mattermost.go
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-10-01 16:37:15 -0400
committerhmhealey <harrisonmhealey@gmail.com>2015-10-01 16:37:15 -0400
commit896c5f0b58ae59ed9897290b50ce5645133bb1c5 (patch)
tree9e7f24814b346451441bbfc1eb63d7d96b960886 /mattermost.go
parent013df9f6614fcf8816dc29bc8f07d05a605e47e0 (diff)
downloadchat-896c5f0b58ae59ed9897290b50ce5645133bb1c5.tar.gz
chat-896c5f0b58ae59ed9897290b50ce5645133bb1c5.tar.bz2
chat-896c5f0b58ae59ed9897290b50ce5645133bb1c5.zip
Fixed typo in mattermost.go help text
Diffstat (limited to 'mattermost.go')
-rw-r--r--mattermost.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mattermost.go b/mattermost.go
index ff7b0f3f3..94bbe344d 100644
--- a/mattermost.go
+++ b/mattermost.go
@@ -355,7 +355,7 @@ Usage:
-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"
+ platform -reset_password -team_name="name" -email="user@example.com" -password="newpassword"
`