Index: sdk/lib/_internal/compiler/implementation/apiimpl.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/apiimpl.dart b/sdk/lib/_internal/compiler/implementation/apiimpl.dart |
index 9a17d8e093d0ae1ee68b933e498b74a2ec349f9d..3995d34f6ffa4d548e0e595726eb32bdf9c5c9f7 100644 |
--- a/sdk/lib/_internal/compiler/implementation/apiimpl.dart |
+++ b/sdk/lib/_internal/compiler/implementation/apiimpl.dart |
@@ -63,8 +63,8 @@ class Compiler extends leg.Compiler { |
buildId: extractStringOption( |
options, '--build-id=', |
"build number could not be determined"), |
- hidePackageWarnings: |
- hasOption(options, '--hide-package-warnings')) { |
+ showPackageWarnings: |
+ hasOption(options, '--show-package-warnings')) { |
if (!libraryRoot.path.endsWith("/")) { |
throw new ArgumentError("libraryRoot must end with a /"); |
} |