mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-29 01:20:00 +00:00
Removed spurious "aa" from flatc usage message.
Change-Id: Ia1812d594882ce6c51002d07827ccec267d138bb
This commit is contained in:
@@ -46,7 +46,7 @@ void FlatCompiler::Error(const std::string &err, bool usage,
|
|||||||
|
|
||||||
std::string FlatCompiler::GetUsageString(const char* program_name) const {
|
std::string FlatCompiler::GetUsageString(const char* program_name) const {
|
||||||
std::stringstream ss;
|
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) {
|
for (size_t i = 0; i < params_.num_generators; ++i) {
|
||||||
const Generator& g = params_.generators[i];
|
const Generator& g = params_.generators[i];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user