We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dartvm
1 parent 03c4a24 commit b426c03Copy full SHA for b426c03
runtime/bin/common_options.h
@@ -20,7 +20,7 @@ static void _PrintVersion() {
20
// clang-format off
21
static void _PrintUsage() {
22
Syslog::Print(
23
- "Usage: dart [<vm-flags>] <dart-script-file> [<script-arguments>]\n"
+ "Usage: dartvm [<vm-flags>] <dart-script-file> [<script-arguments>]\n"
24
"\n"
25
"Executes the Dart script <dart-script-file> with "
26
"the given list of <script-arguments>.\n"
0 commit comments