| Index: tools/gn/function_read_file.cc
|
| diff --git a/tools/gn/function_read_file.cc b/tools/gn/function_read_file.cc
|
| index 83973d312462d02fd23045230cb29aa11b443074..17197f53482f44bf8d9b5e885bf492ce9554bcb3 100644
|
| --- a/tools/gn/function_read_file.cc
|
| +++ b/tools/gn/function_read_file.cc
|
| @@ -20,7 +20,7 @@ const char kReadFile[] = "read_file";
|
| const char kReadFile_Help[] =
|
| "read_file: Read a file into a variable.\n"
|
| "\n"
|
| - " read_file(filename, how_to_read)\n"
|
| + " read_file(filename, input_conversion)\n"
|
| "\n"
|
| " Whitespace will be trimmed from the end of the file. Throws an error\n"
|
| " if the file can not be opened.\n"
|
|
|