Skip to content

Commit 15d45d4

Browse files
BrianCraigloic-sharma
authored andcommitted
[impeller] Fix typo in compiller help (flutter#38214)
1 parent 26ffffc commit 15d45d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

impeller/compiler/switches.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ void Switches::PrintHelp(std::ostream& stream) {
4848
}
4949
stream << " ]" << std::endl;
5050
stream << "--input=<source_file>" << std::endl;
51-
stream << "[optional] --input-kind={";
51+
stream << "[optional] --input-type={";
5252
for (const auto& source_type : kKnownSourceTypes) {
5353
stream << source_type.first << ", ";
5454
}

0 commit comments

Comments
 (0)