| Index: tools/gn/function_write_file.cc
|
| diff --git a/tools/gn/function_write_file.cc b/tools/gn/function_write_file.cc
|
| index d24abc159ac5270046cf7a915b9bac70edea0163..a4c2d836bdeaf3495095c8b341c0348d457784d9 100644
|
| --- a/tools/gn/function_write_file.cc
|
| +++ b/tools/gn/function_write_file.cc
|
| @@ -82,6 +82,11 @@ const char kWriteFile_Help[] =
|
| " written, the file will not be updated. This will prevent unnecessary\n"
|
| " rebuilds of targets that depend on this file.\n"
|
| "\n"
|
| + " One use for write_file is to write a list of inputs to an script\n"
|
| + " that might be too long for the command line. However, it is\n"
|
| + " preferrable to use response files for this purpose. See\n"
|
| + " \"gn help response_file_contents\".\n"
|
| + "\n"
|
| " TODO(brettw) we probably need an optional third argument to control\n"
|
| " list formatting.\n"
|
| "\n"
|
|
|