fix missing newline in flatc help message (#4992)

This commit is contained in:
Frank Benkstein
2018-10-12 00:54:01 +02:00
committed by Wouter van Oortmerssen
parent cb5422c398
commit 35f0b41fed

View File

@@ -124,7 +124,7 @@ std::string FlatCompiler::GetUsageString(const char *program_name) const {
" --reflect-names Add minimal type/name reflection.\n" " --reflect-names Add minimal type/name reflection.\n"
" --root-type T Select or override the default root_type\n" " --root-type T Select or override the default root_type\n"
" --force-defaults Emit default values in binary output from JSON\n" " --force-defaults Emit default values in binary output from JSON\n"
" --force-empty When serializing from object API representation, " " --force-empty When serializing from object API representation,\n"
" force strings and vectors to empty rather than null.\n" " force strings and vectors to empty rather than null.\n"
"FILEs may be schemas (must end in .fbs), or JSON files (conforming to preceding\n" "FILEs may be schemas (must end in .fbs), or JSON files (conforming to preceding\n"
"schema). FILEs after the -- must be binary flatbuffer format files.\n" "schema). FILEs after the -- must be binary flatbuffer format files.\n"