From a81c6313cf9951828042585705e58bf06696f840 Mon Sep 17 00:00:00 2001 From: Brian Craig Date: Sun, 11 Dec 2022 22:30:52 -0300 Subject: [PATCH] [impeller] Fix typo in compiller help --- impeller/compiler/switches.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 << ", "; }