| Index: runtime/bin/gen_snapshot.cc
|
| diff --git a/runtime/bin/gen_snapshot.cc b/runtime/bin/gen_snapshot.cc
|
| index 39734f559f728f50f1d7092f54725d83f88c1fc6..e815265deb62b0caa68c51500f1a7cb4f17346a4 100644
|
| --- a/runtime/bin/gen_snapshot.cc
|
| +++ b/runtime/bin/gen_snapshot.cc
|
| @@ -989,8 +989,8 @@ static void PrintUsage() {
|
| " \n"
|
| " To create a script snapshot with respect to a given core snapshot: \n"
|
| " --snapshot_kind=script \n"
|
| -" --vm_snapshot_data=<intput-file> \n"
|
| -" --isolate_snapshot_data=<intput-file> \n"
|
| +" --vm_snapshot_data=<input-file> \n"
|
| +" --isolate_snapshot_data=<input-file> \n"
|
| " --script_snapshot=<output-file> \n"
|
| " <dart-script-file> \n"
|
| " \n"
|
|
|