Updated recommened platforms install

$ platformio install [platform]
The above line is obsolete, I've changed the recommendation to reflect this latest version of the program.
This commit is contained in:
Christopher
2015-06-12 23:47:17 -05:00
parent 50875ff74b
commit 3a48f1c40b

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):