Notify about version field when creating library

This commit is contained in:
Ivan Kravets
2016-09-09 18:08:18 +03:00
parent 160ae3fb60
commit f186ad30c1
5 changed files with 46 additions and 17 deletions

View File

@@ -50,7 +50,7 @@ class PlatformNotInstalledYet(PlatformioException):
class BoardNotDefined(PlatformioException):
MESSAGE = "You need to specify board type using `-b` or `--board` "\
MESSAGE = "You need to specify board ID using `-b` or `--board` "\
"option. Supported boards list is available via "\
" `platformio boards` command"