mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-05 07:17:03 +00:00
some minor help edits
This commit is contained in:
@@ -80,7 +80,7 @@ const static FlatCOption options[] = {
|
|||||||
"Allow fields in JSON that are not defined in the schema. These fields "
|
"Allow fields in JSON that are not defined in the schema. These fields "
|
||||||
"will be discared when generating binaries." },
|
"will be discared when generating binaries." },
|
||||||
{ "", "no-prefix", "",
|
{ "", "no-prefix", "",
|
||||||
"Don\'t prefix enum values with the enum type in C++." },
|
"Don't prefix enum values with the enum type in C++." },
|
||||||
{ "", "scoped-enums", "",
|
{ "", "scoped-enums", "",
|
||||||
"Use C++11 style scoped and strongly typed enums. Also implies "
|
"Use C++11 style scoped and strongly typed enums. Also implies "
|
||||||
"--no-prefix." },
|
"--no-prefix." },
|
||||||
@@ -88,12 +88,13 @@ const static FlatCOption options[] = {
|
|||||||
"(deprecated), this is the default behavior. If the original behavior is "
|
"(deprecated), this is the default behavior. If the original behavior is "
|
||||||
"required (no include statements) use --no-includes." },
|
"required (no include statements) use --no-includes." },
|
||||||
{ "", "no-includes", "",
|
{ "", "no-includes", "",
|
||||||
"Don\'t generate include statements for included schemas the generated "
|
"Don't generate include statements for included schemas the generated "
|
||||||
"file depends on (C++ / Python)." },
|
"file depends on (C++, Python, Proto-to-Fbs)." },
|
||||||
{ "", "gen-mutable", "",
|
{ "", "gen-mutable", "",
|
||||||
"Generate accessors that can mutate buffers in-place." },
|
"Generate accessors that can mutate buffers in-place." },
|
||||||
{ "", "gen-onefile", "",
|
{ "", "gen-onefile", "",
|
||||||
"Generate single output file for C#, Go, and Python." },
|
"Generate a single output file for C#, Go, Java, Kotlin and Python. "
|
||||||
|
"Implies --no-include." },
|
||||||
{ "", "gen-name-strings", "",
|
{ "", "gen-name-strings", "",
|
||||||
"Generate type name functions for C++ and Rust." },
|
"Generate type name functions for C++ and Rust." },
|
||||||
{ "", "gen-object-api", "", "Generate an additional object-based API." },
|
{ "", "gen-object-api", "", "Generate an additional object-based API." },
|
||||||
|
|||||||
Reference in New Issue
Block a user