diff --git a/impeller/compiler/switches.cc b/impeller/compiler/switches.cc index d4f6ecee9e0fe..d84e107eeef9a 100644 --- a/impeller/compiler/switches.cc +++ b/impeller/compiler/switches.cc @@ -48,7 +48,7 @@ void Switches::PrintHelp(std::ostream& stream) { } stream << " ]" << std::endl; stream << "--input=" << std::endl; - stream << "[optional] --input-kind={"; + stream << "[optional] --input-type={"; for (const auto& source_type : kKnownSourceTypes) { stream << source_type.first << ", "; }