mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
Adjust help message.
R=fschneider@google.com Review URL: https://codereview.chromium.org/2441553002 .
This commit is contained in:
parent
8200955ed0
commit
9c737d6055
1 changed files with 14 additions and 3 deletions
|
@ -963,6 +963,13 @@ static void PrintUsage() {
|
||||||
" --warn-on-pause-with-no-debugger\n"
|
" --warn-on-pause-with-no-debugger\n"
|
||||||
" This set is subject to change.\n"
|
" This set is subject to change.\n"
|
||||||
" Please see these options (--help --verbose) for further documentation.\n"
|
" Please see these options (--help --verbose) for further documentation.\n"
|
||||||
|
"--snapshot-kind=<snapsot_kind>\n"
|
||||||
|
"--snapshot=<file_name>\n"
|
||||||
|
" These snapshot options are used to generate a snapshot of the loaded\n"
|
||||||
|
" Dart script:\n"
|
||||||
|
" <snapshot-kind> controls the kind of snapshot, it could be\n"
|
||||||
|
" script(default), app-aot or app-jit\n"
|
||||||
|
" <file_name> specifies the file into which the snapshot is written\n"
|
||||||
"--version\n"
|
"--version\n"
|
||||||
" Print the VM version.\n");
|
" Print the VM version.\n");
|
||||||
} else {
|
} else {
|
||||||
|
@ -987,12 +994,16 @@ static void PrintUsage() {
|
||||||
" --warn-on-pause-with-no-debugger\n"
|
" --warn-on-pause-with-no-debugger\n"
|
||||||
" This set is subject to change.\n"
|
" This set is subject to change.\n"
|
||||||
" Please see these options for further documentation.\n"
|
" Please see these options for further documentation.\n"
|
||||||
|
"--snapshot-kind=<snapsot_kind>\n"
|
||||||
|
"--snapshot=<file_name>\n"
|
||||||
|
" These snapshot options are used to generate a snapshot of the loaded\n"
|
||||||
|
" Dart script:\n"
|
||||||
|
" <snapshot-kind> controls the kind of snapshot, it could be\n"
|
||||||
|
" script(default), app-aot or app-jit\n"
|
||||||
|
" <file_name> specifies the file into which the snapshot is written\n"
|
||||||
"--version\n"
|
"--version\n"
|
||||||
" Print the VM version.\n"
|
" Print the VM version.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"--snapshot=<file_name>\n"
|
|
||||||
" loads Dart script and generates a snapshot in the specified file\n"
|
|
||||||
"\n"
|
|
||||||
"--trace-loading\n"
|
"--trace-loading\n"
|
||||||
" enables tracing of library and script loading\n"
|
" enables tracing of library and script loading\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
|
Loading…
Reference in a new issue