Update flatc.cpp

This commit is contained in:
Raman 2016-07-05 22:24:21 +02:00 committed by GitHub
parent 72e8219a65
commit 4bb6ab3cd5
1 changed files with 3 additions and 3 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-identifiers") {
opts.escape_proto_identifiers = true;
} else if (arg == "--schema") {
} else if (arg == "--escape-proto-identifiers") {
opts.escape_proto_identifiers = true;
} else if (arg == "--schema") {
schema_binary = true;
} else if(arg == "-M") {
print_make_rules = true;