From 4c5b8e48af24ee4c68e47c969c10d03b44dead26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AA=E3=81=A4=E3=81=8D?= Date: Thu, 11 Sep 2025 10:50:07 -0700 Subject: [PATCH] [vm] Update `dartvm` usage text --- runtime/bin/common_options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/bin/common_options.h b/runtime/bin/common_options.h index 110c402450b1..63460c936f75 100644 --- a/runtime/bin/common_options.h +++ b/runtime/bin/common_options.h @@ -20,7 +20,7 @@ static void _PrintVersion() { // clang-format off static void _PrintUsage() { Syslog::Print( - "Usage: dart [] []\n" + "Usage: dartvm [] []\n" "\n" "Executes the Dart script with " "the given list of .\n"