| Index: tools/gn/command_help.cc
|
| ===================================================================
|
| --- tools/gn/command_help.cc (revision 243014)
|
| +++ tools/gn/command_help.cc (working copy)
|
| @@ -34,7 +34,8 @@
|
| "\n"
|
| "Common switches:\n");
|
| PrintShortHelp(
|
| - "--args: Specifies build args overrides. See \"gn help buildargs\".");
|
| + "--args: Specifies build arguments overrides. "
|
| + "See \"gn help buildargs\".");
|
| PrintShortHelp(
|
| "--no-exec: Skips exec_script calls (for performance testing).");
|
| PrintShortHelp(
|
|
|