| Index: lib/src/options.dart
|
| diff --git a/lib/src/options.dart b/lib/src/options.dart
|
| index 5315d539031dfaf9e561b2842b49bd943d792687..1fa1a0f35477a0ce761190337bbd9f82c8695d64 100644
|
| --- a/lib/src/options.dart
|
| +++ b/lib/src/options.dart
|
| @@ -318,7 +318,7 @@ final ArgParser argParser = new ArgParser()
|
| ..addFlag('dump-info',
|
| abbr: 'i', help: 'Dump summary information', defaultsTo: null)
|
| ..addFlag('html-report',
|
| - help: 'Output compilation results to html', defaultsTo: null)
|
| + help: 'Output compilation results to html', defaultsTo: false)
|
| ..addOption('v8-binary',
|
| help: 'V8-based binary to run JavaScript output with (iojs, node, d8)',
|
| defaultsTo: 'iojs')
|
|
|