| Index: tools/gn/function_toolchain.cc
|
| diff --git a/tools/gn/function_toolchain.cc b/tools/gn/function_toolchain.cc
|
| index 727be54d7362ddc85e3d4b125ef77aff8f5974c7..72097f2b95b77fca05e7644406c655cb816b12c3 100644
|
| --- a/tools/gn/function_toolchain.cc
|
| +++ b/tools/gn/function_toolchain.cc
|
| @@ -534,6 +534,10 @@ const char kTool_Help[] =
|
| " is not already there. The result will show up in the\n"
|
| " {{output_name}} substitution pattern.\n"
|
| "\n"
|
| + " Individual targets can opt-out of the output prefix by setting:\n"
|
| + " output_prefix_override = true\n"
|
| + " (see \"gn help output_prefix_override\").\n"
|
| + "\n"
|
| " This is typically used to prepend \"lib\" to libraries on\n"
|
| " Posix systems:\n"
|
| " output_prefix = \"lib\"\n"
|
|
|