Skip to content

Commit b426c03

Browse files
ntkmeCommit Queue
authored andcommitted
[vm] Update dartvm usage text
Closes #61482 GitOrigin-RevId: a14e1c0 Change-Id: I98dbae218495e04695c815da67b825d078b8e37c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/449073 Reviewed-by: Slava Egorov <[email protected]> Commit-Queue: Slava Egorov <[email protected]>
1 parent 03c4a24 commit b426c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/bin/common_options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ static void _PrintVersion() {
2020
// clang-format off
2121
static void _PrintUsage() {
2222
Syslog::Print(
23-
"Usage: dart [<vm-flags>] <dart-script-file> [<script-arguments>]\n"
23+
"Usage: dartvm [<vm-flags>] <dart-script-file> [<script-arguments>]\n"
2424
"\n"
2525
"Executes the Dart script <dart-script-file> with "
2626
"the given list of <script-arguments>.\n"

0 commit comments

Comments
 (0)