| Index: tools/gn/functions.cc
|
| diff --git a/tools/gn/functions.cc b/tools/gn/functions.cc
|
| index 01d0aeb027b04b2ee36467ff99b2577392ffb360..9413a7f2e829ff216d70fa4ba35908af744c3d1d 100644
|
| --- a/tools/gn/functions.cc
|
| +++ b/tools/gn/functions.cc
|
| @@ -265,8 +265,7 @@ const char kConfig_Help[] =
|
| CONFIG_VALUES_VARS_HELP
|
| "\n"
|
| "Variables on a target used to apply configs:\n"
|
| - " all_dependent_configs, configs, public_configs,\n"
|
| - " forward_dependent_configs_from\n"
|
| + " all_dependent_configs, configs, public_configs\n"
|
| "\n"
|
| "Example:\n"
|
| " config(\"myconfig\") {\n"
|
|
|