Skip to content

Commit 698b388

Browse files
lexaknyazevrmacnak-google
authored andcommitted
Fix typos in gen_snapshot usage.
Closes #30919 Change-Id: I30ce344914c4a72ce340a06a0c7fad4a6b037781 Reviewed-on: https://dart-review.googlesource.com/9375 Reviewed-by: Kevin Moore <kevmoo@google.com>
1 parent ec669fd commit 698b388

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

runtime/bin/gen_snapshot.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -752,8 +752,7 @@ static void PrintUsage() {
752752
" \n"
753753
" To create an AOT application snapshot as assembly suitable for compilation \n"
754754
" as a static or dynamic library: \n"
755-
" mmap: \n"
756-
" --snapshot_kind=app-aot-blobs \n"
755+
" --snapshot_kind=app-aot-assembly \n"
757756
" --assembly=<output-file> \n"
758757
" {--embedder_entry_points_manifest=<input-file>} \n"
759758
" [--obfuscate] \n"

0 commit comments

Comments
 (0)