Fixed typo in mattermost.go help text

Этот коммит содержится в:
hmhealey
2015-10-01 16:37:15 -04:00
родитель 013df9f661
Коммит 896c5f0b58

Просмотреть файл

@@ -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"
`