| Index: tools/gn/command_help.cc
|
| diff --git a/tools/gn/command_help.cc b/tools/gn/command_help.cc
|
| index 045034473e0bf7b59b848f300248f31e83576d75..62ce6d3e023e241b1f70dc89c944bba3d5d9ec91 100644
|
| --- a/tools/gn/command_help.cc
|
| +++ b/tools/gn/command_help.cc
|
| @@ -71,7 +71,7 @@ void PrintToplevelHelp() {
|
| "input_conversion: Processing input from exec_script and read_file.");
|
| PrintShortHelp("label_pattern: Matching more than one label.");
|
| PrintShortHelp("labels: About labels.");
|
| - PrintShortHelp("ninja_rules: How Ninja build rules and named.");
|
| + PrintShortHelp("ninja_rules: How Ninja build rules are named.");
|
| PrintShortHelp("nogncheck: Annotating includes for checking.");
|
| PrintShortHelp("runtime_deps: How runtime dependency computation works.");
|
| PrintShortHelp("source_expansion: Map sources to outputs for scripts.");
|
|
|