Update flatc.cpp
This commit is contained in:
parent
5f2b4e7872
commit
f0b2cc8f6e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue