summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRaman <justzeddicus@gmail.com>2016-07-05 22:24:21 +0200
committerGitHub <noreply@github.com>2016-07-05 22:24:21 +0200
commit4bb6ab3cd557d850b0e848261ff980ffd5918316 (patch)
tree8dfade26593e1091bc91c041d47c5ac6e38273b6 /src
parent72e8219a65da19dc42874247b7ce49df141b48dc (diff)
downloadflatbuffers-4bb6ab3cd557d850b0e848261ff980ffd5918316.tar.gz
flatbuffers-4bb6ab3cd557d850b0e848261ff980ffd5918316.tar.bz2
flatbuffers-4bb6ab3cd557d850b0e848261ff980ffd5918316.zip
Update flatc.cpp
Diffstat (limited to 'src')
-rw-r--r--src/flatc.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/flatc.cpp b/src/flatc.cpp
index a07fbcb7..b8c99637 100644
--- a/src/flatc.cpp
+++ b/src/flatc.cpp
@@ -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;