summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-10-02 08:05:52 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-10-02 08:05:52 -0400
commitcf66eaa35705b77034947b548ef077f36b6d1de5 (patch)
tree2c0c130e31f236db0d781d2f3ebede25a4017670
parent9083f0b15c8a2f842eb6ed54f14ecdfb4808dbe2 (diff)
parent896c5f0b58ae59ed9897290b50ce5645133bb1c5 (diff)
downloadchat-cf66eaa35705b77034947b548ef077f36b6d1de5.tar.gz
chat-cf66eaa35705b77034947b548ef077f36b6d1de5.tar.bz2
chat-cf66eaa35705b77034947b548ef077f36b6d1de5.zip
Merge pull request #901 from hmhealey/paossword
Fixed typo in mattermost.go help text
-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"
`