Fix example with custom ARGUMENT for extra scripting

This commit is contained in:
Ivan Kravets
2016-10-17 22:41:49 +03:00
parent d4ab58548f
commit f027e8c52e
2 changed files with 3 additions and 2 deletions

View File

@@ -203,7 +203,7 @@ class EnvironmentProcessor(object):
# warn about unknown options
if k not in self.KNOWN_OPTIONS:
click.secho(
"Warning! Ignore unknown `%s` option from `[env:]` section"
"Detected non-PlatformIO `%s` option in `[env:]` section"
% k,
fg="yellow")
result[k] = v