Skip to content

Commit

Permalink
Remove --checked from dart --help
Browse files Browse the repository at this point in the history
We no longer mention `--preview-dart-2`, we shouldn't mention
`--checked` either.

Change-Id: Ib878bf56c61f13f3ec6faacaa59ff9c7f307f7ba
Reviewed-on: https://dart-review.googlesource.com/68840
Reviewed-by: Zach Anderson <zra@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
  • Loading branch information
natebosch authored and commit-bot@chromium.org committed Aug 8, 2018
1 parent 77d6758 commit 235ccc9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions runtime/bin/main_options.cc
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ void Options::PrintUsage() {
if (!Options::verbose_option()) {
Log::PrintErr(
"Common options:\n"
"--checked or -c\n"
" Insert runtime type checks and enable assertions (checked mode, not\n"
" compatible with --preview-dart-2).\n"
"--enable-asserts\n"
" Enable assert statements.\n"
"--help or -h\n"
Expand Down Expand Up @@ -171,9 +168,6 @@ void Options::PrintUsage() {
} else {
Log::PrintErr(
"Supported options:\n"
"--checked or -c\n"
" Insert runtime type checks and enable assertions (checked mode, not\n"
" compatible with --preview-dart-2).\n"
"--enable-asserts\n"
" Enable assert statements.\n"
"--help or -h\n"
Expand Down

0 comments on commit 235ccc9

Please sign in to comment.