We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ffffc commit 15d45d4Copy full SHA for 15d45d4
1 file changed
impeller/compiler/switches.cc
@@ -48,7 +48,7 @@ void Switches::PrintHelp(std::ostream& stream) {
48
}
49
stream << " ]" << std::endl;
50
stream << "--input=<source_file>" << std::endl;
51
- stream << "[optional] --input-kind={";
+ stream << "[optional] --input-type={";
52
for (const auto& source_type : kKnownSourceTypes) {
53
stream << source_type.first << ", ";
54
0 commit comments