Warn about unknown options in project configuration file // Resolve #740

This commit is contained in:
Ivan Kravets
2016-08-08 14:00:01 +03:00
parent 098653aac7
commit 80c7a8d1ce
2 changed files with 42 additions and 18 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ DefaultEnvironment(
env = DefaultEnvironment()
if env.GetOption("silent"):
print "Use `-v, --verbose` option to enable verbose mode"
print "Verbose mode can be enabled via `-v, --verbose` option"
Progress(env.ProgressHandler)
# decode common variables