| Index: runtime/bin/main.cc
|
| ===================================================================
|
| --- runtime/bin/main.cc (revision 21533)
|
| +++ runtime/bin/main.cc (working copy)
|
| @@ -552,13 +552,10 @@
|
| " url:<line_num> e.g. test.dart:10\n"
|
| " [<class_name>.]<function_name> e.g. B.foo\n"
|
| "\n"
|
| -"--use-script-snapshot=<file_name>\n"
|
| -" executes Dart script present in the specified snapshot file\n"
|
| -"\n"
|
| "--generate-script-snapshot=<file_name>\n"
|
| " loads Dart script and generates a snapshot in the specified file\n"
|
| "\n"
|
| -"--print-source\n"
|
| +"--print-script\n"
|
| " generates Dart source code back and prints it after parsing a Dart script\n"
|
| "\n"
|
| "--stats[:<port number>]\n"
|
|
|