Skip to content

Commit 6861212

Browse files
bkonyicommit-bot@chromium.org
authored andcommitted
[ VM ] Remove options from standard dart --help output that are covered
by DartDev commands Fixes #42483 Change-Id: I7ca88907c2588e6085f83a613ee41d99cb661c5d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153902 Reviewed-by: Siva Annamalai <[email protected]> Commit-Queue: Ben Konyi <[email protected]>
1 parent 6e687d1 commit 6861212

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

runtime/bin/main_options.cc

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -190,17 +190,6 @@ void Options::PrintUsage() {
190190
" --warn-on-pause-with-no-debugger\n"
191191
" This set is subject to change.\n"
192192
" Please see these options for further documentation.\n"
193-
"--write-service-info=<file_uri>\n"
194-
" Outputs information necessary to connect to the VM service to the\n"
195-
" specified file in JSON format. Useful for clients which are unable to\n"
196-
" listen to stdout for the Observatory listening message.\n"
197-
"--snapshot-kind=<snapshot_kind>\n"
198-
"--snapshot=<file_name>\n"
199-
" These snapshot options are used to generate a snapshot of the loaded\n"
200-
" Dart script:\n"
201-
" <snapshot-kind> controls the kind of snapshot, it could be\n"
202-
" kernel(default) or app-jit\n"
203-
" <file_name> specifies the file into which the snapshot is written\n"
204193
"--version\n"
205194
" Print the VM version.\n"
206195
"\n"

0 commit comments

Comments
 (0)