Removed spurious "aa" from flatc usage message.

Change-Id: Ia1812d594882ce6c51002d07827ccec267d138bb
parent cebdad4d
......@@ -46,7 +46,7 @@ void FlatCompiler::Error(const std::string &err, bool usage,
std::string FlatCompiler::GetUsageString(const char* program_name) const {
std::stringstream ss;
ss << "Usageaa: " << program_name << " [OPTION]... FILE... [-- FILE...]\n";
ss << "Usage: " << program_name << " [OPTION]... FILE... [-- FILE...]\n";
for (size_t i = 0; i < params_.num_generators; ++i) {
const Generator& g = params_.generators[i];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment