Skip to content

Commit ecff5f0

Browse files
stereotype441Commit Queue
authored andcommitted
[front_end] Standardize on one way to tell user to update messages.
These two commands are equivalent: dart pkg/front_end/tool/cfe.dart generate-messages dart run pkg/front_end/tool/generate_messages.dart To reduce confusion, always use the former form when telling the user what to do to update generated messages files. Change-Id: I6a6a69644021a68c07b81ecce86b37141a4dbc2c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/447560 Reviewed-by: Johnni Winther <[email protected]> Commit-Queue: Johnni Winther <[email protected]> Auto-Submit: Paul Berry <[email protected]>
1 parent 70a9e60 commit ecff5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/front_end/messages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Run
66
#
7-
# dart run pkg/front_end/tool/generate_messages.dart
7+
# dart pkg/front_end/tool/cfe.dart generate-messages
88
#
99
# to regenerate messages after having edited this file.
1010
#

0 commit comments

Comments
 (0)