| Index: tools/gn/function_toolchain.cc
|
| diff --git a/tools/gn/function_toolchain.cc b/tools/gn/function_toolchain.cc
|
| index 852d25a5f6f57f4efe56f28fe7312aab0fc5b205..69ca961cfdae0a5c1707ef7c45e3a8dd0ca6a34d 100644
|
| --- a/tools/gn/function_toolchain.cc
|
| +++ b/tools/gn/function_toolchain.cc
|
| @@ -321,9 +321,8 @@ const char kToolchain_Help[] =
|
| "\n"
|
| " When you specify a target using an alternate toolchain, the master\n"
|
| " build configuration file is re-interpreted in the context of that\n"
|
| - " toolchain (see \"gn help toolchain\"). The toolchain_args allows you\n"
|
| - " to control the arguments passed into this alternate invocation of\n"
|
| - " the build.\n"
|
| + " toolchain. toolchain_args allows you to control the arguments\n"
|
| + " passed into this alternate invocation of the build.\n"
|
| "\n"
|
| " Any default system arguments or arguments passed in via \"gn args\"\n"
|
| " will also be passed to the alternate invocation unless explicitly\n"
|
|
|