From 9fd4d664388853a93cdcea17bc51daed8cfb4322 Mon Sep 17 00:00:00 2001 From: Raman Date: Mon, 4 Jul 2016 21:51:34 +0200 Subject: [PATCH] Update flatc.cpp --- src/flatc.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/flatc.cpp b/src/flatc.cpp index 1b9559f6e..21dbd304d 100644 --- a/src/flatc.cpp +++ b/src/flatc.cpp @@ -120,8 +120,9 @@ static void Error(const std::string &err, bool usage, bool show_exe_name) { " --no-includes Don\'t generate include statements for included\n" " schemas the generated file depends on (C++).\n" " --gen-mutable Generate accessors that can mutate buffers in-place.\n" - " --gen-onefile Generate single output file for C#\n" - " --gen-name-strings Generate type name functions for C++.\n" + " --gen-onefile Generate single output file for C#.\n" + " --gen-name-strings Generate type name functions for C++.\n" + " --escape-proto-identifiers Disable appending '_' in namespaces names.\n" " --raw-binary Allow binaries without file_indentifier to be read.\n" " This may crash flatc given a mismatched schema.\n" " --proto Input is a .proto, translate to .fbs.\n"