Index: tools/gn/variables.cc |
diff --git a/tools/gn/variables.cc b/tools/gn/variables.cc |
index 529107234e13dc934bbc242eb700a6fe7d0187cc..e4d24c040e6d1f12cc41b90a57a2aae3f12008c6 100644 |
--- a/tools/gn/variables.cc |
+++ b/tools/gn/variables.cc |
@@ -216,7 +216,7 @@ const char kTargetOutDir[] = "target_out_dir"; |
const char kTargetOutDir_HelpShort[] = |
"target_out_dir: [string] Directory for target output files."; |
const char kTargetOutDir_Help[] = |
- "target_out_dir: [string] Directory for target output files." |
+ "target_out_dir: [string] Directory for target output files.\n" |
"\n" |
" Absolute path to the target's generated file directory. If your\n" |
" current target is in \"//tools/doom_melon\" then this value might be\n" |