| Index: lib/compiler/implementation/dart2js.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/dart2js.dart (revision 7534)
|
| +++ lib/compiler/implementation/dart2js.dart (working copy)
|
| @@ -75,7 +75,7 @@
|
| new OptionHandler('--allow-mock-compilation', passThrough),
|
| new OptionHandler('--no-colors', (_) => colors.enabled = false),
|
| new OptionHandler('--enable-checked-mode|--checked|-c',
|
| - (_) => passThrough('--enable_checked_mode')),
|
| + (_) => passThrough('--enable-checked-mode')),
|
| new OptionHandler('--help', (_) => helpAndExit()),
|
| // The following two options must come last.
|
| new OptionHandler('-.*', (String argument) {
|
|
|