Document --enable-asserts in dart2js's help, and remove --checked.

Closes #32648

Change-Id: I0d4cc8dd7117909b484be4119c0f5e7627cf3f85
Reviewed-on: https://dart-review.googlesource.com/48708
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Sigmund Cherem <sigmund@google.com>
This commit is contained in:
Sigmund Cherem 2018-03-29 00:20:18 +00:00 committed by commit-bot@chromium.org
parent d9c3190e44
commit d7a540bfe7

View file

@ -588,12 +588,12 @@ Supported options:
-o <file>, --out=<file>
Generate the output into <file>.
-c, --enable-checked-mode, --checked
Insert runtime type checks and enable assertions (checked mode).
-m, --minify
Generate minified output.
--enable-asserts
Enable assertions.
-h, /h, /?, --help
Display this message (add -v for information about all options).