Skip to content

Commit 9fd4d66

Browse files
authored
Update flatc.cpp
1 parent aae48e3 commit 9fd4d66

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/flatc.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,9 @@ static void Error(const std::string &err, bool usage, bool show_exe_name) {
120120
" --no-includes Don\'t generate include statements for included\n"
121121
" schemas the generated file depends on (C++).\n"
122122
" --gen-mutable Generate accessors that can mutate buffers in-place.\n"
123-
" --gen-onefile Generate single output file for C#\n"
124-
" --gen-name-strings Generate type name functions for C++.\n"
123+
" --gen-onefile Generate single output file for C#.\n"
124+
" --gen-name-strings Generate type name functions for C++.\n"
125+
" --escape-proto-identifiers Disable appending '_' in namespaces names.\n"
125126
" --raw-binary Allow binaries without file_indentifier to be read.\n"
126127
" This may crash flatc given a mismatched schema.\n"
127128
" --proto Input is a .proto, translate to .fbs.\n"

0 commit comments

Comments
 (0)