| Index: tools/gn/functions.cc
|
| diff --git a/tools/gn/functions.cc b/tools/gn/functions.cc
|
| index 86043f0a73ab930c5c00fd28832e434b7a208331..33efd43bf063505a1fe93b85307acd1db0466d5d 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"
|
|
|