Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit e144f81

Browse files
authored
[impeller] Fix typo in compiller help (#38214)
1 parent 99f3d19 commit e144f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)