From f59bfdd084967db21adfeb9a05e212feed4f563b Mon Sep 17 00:00:00 2001 From: Jason Sanmiya Date: Thu, 7 May 2015 10:30:03 -0700 Subject: [PATCH] Add missing newline in help text for flatc. Tested: Help text displays correctly now. Change-Id: Ibbdc810ae41e24321860879064bdc64f78a67cb9 --- src/flatc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flatc.cpp b/src/flatc.cpp index 4b570d233..8bb5fe1e5 100755 --- a/src/flatc.cpp +++ b/src/flatc.cpp @@ -88,7 +88,7 @@ static void Error(const std::string &err, bool usage, bool show_exe_name) { " generated file depends on (C++).\n" " --gen-mutable Generate accessors that can mutate buffers in-place.\n" " --raw-binary Allow binaries without file_indentifier to be read.\n" - " This may crash flatc given a mismatched schema." + " This may crash flatc given a mismatched schema.\n" " --proto Input is a .proto, translate to .fbs.\n" "FILEs may depend on declarations in earlier files.\n" "FILEs after the -- must be binary flatbuffer format files.\n"