diff --git a/clang/lib/Format/Format.cpp b/clang/lib/Format/Format.cpp index 1ee557079f6cb8..daa81510604909 100644 --- a/clang/lib/Format/Format.cpp +++ b/clang/lib/Format/Format.cpp @@ -3246,7 +3246,7 @@ const char *StyleOptionHelpDescription = ".clang-format file located in one of the parent\n" "directories of the source file (or current\n" "directory for stdin).\n" - "Use -style=file: to explicitly specify" + "Use -style=file: to explicitly specify\n" "the configuration file.\n" "Use -style=\"{key: value, ...}\" to set specific\n" "parameters, e.g.:\n"