Merge pull request #235 from ctag/patch-1

Updated recommened platforms install command
This commit is contained in:
Ivan Kravets
2015-06-13 22:07:29 +02:00

View File

@ -30,7 +30,7 @@ class UnknownPlatform(PlatformioException):
class PlatformNotInstalledYet(PlatformioException):
MESSAGE = ("The platform '%s' has not been installed yet. "
"Use `platformio install` command")
"Use `platformio platforms install` command")
class UnknownCLICommand(PlatformioException):