| Index: tools/gn/command_gen.cc
 | 
| diff --git a/tools/gn/command_gen.cc b/tools/gn/command_gen.cc
 | 
| index 56d3e98524b74a3102b91638a118f03e4e6f24f5..a8221a6d078283ce05310a18f6ea0763e8ca6725 100644
 | 
| --- a/tools/gn/command_gen.cc
 | 
| +++ b/tools/gn/command_gen.cc
 | 
| @@ -162,7 +162,7 @@ const char kGen_Help[] =
 | 
|      "  Or it can be a directory relative to the current directory such as:\n"
 | 
|      "      out/foo\n"
 | 
|      "\n"
 | 
| -    "  See \"gn help\" for the common command-line switches.\n";
 | 
| +    "  See \"gn help switches\" for the common command-line switches.\n";
 | 
|  
 | 
|  int RunGen(const std::vector<std::string>& args) {
 | 
|    base::ElapsedTimer timer;
 | 
| 
 |