forked from platformio/platformio-core
Merge pull request #235 from ctag/patch-1
Updated recommened platforms install command
This commit is contained in:
@ -30,7 +30,7 @@ class UnknownPlatform(PlatformioException):
|
|||||||
class PlatformNotInstalledYet(PlatformioException):
|
class PlatformNotInstalledYet(PlatformioException):
|
||||||
|
|
||||||
MESSAGE = ("The platform '%s' has not been installed yet. "
|
MESSAGE = ("The platform '%s' has not been installed yet. "
|
||||||
"Use `platformio install` command")
|
"Use `platformio platforms install` command")
|
||||||
|
|
||||||
|
|
||||||
class UnknownCLICommand(PlatformioException):
|
class UnknownCLICommand(PlatformioException):
|
||||||
|
Reference in New Issue
Block a user