Update flatc.cpp

This commit is contained in:
Raman 2016-07-09 13:32:45 +02:00 committed by GitHub
parent 5f2b4e7872
commit f0b2cc8f6e
1 changed files with 2 additions and 2 deletions

View File

@ -195,9 +195,9 @@ int main(int argc, const char *argv[]) {
binary_files_from = filenames.size();
} else if(arg == "--proto") {
opts.proto_mode = true;
} else if (arg == "--escape-proto-ids") {
} else if(arg == "--escape-proto-ids") {
opts.escape_proto_identifiers = true;
} else if (arg == "--schema") {
} else if(arg == "--schema") {
schema_binary = true;
} else if(arg == "-M") {
print_make_rules = true;