| Index: tools/gn/command_ls.cc
|
| diff --git a/tools/gn/command_ls.cc b/tools/gn/command_ls.cc
|
| index 8aefa76a08c4d9d081d690d1b549e931af03acfd..a2dc38ce75cd151630efea2498c60a43efcdfc56 100644
|
| --- a/tools/gn/command_ls.cc
|
| +++ b/tools/gn/command_ls.cc
|
| @@ -18,7 +18,7 @@ const char kLs[] = "ls";
|
| const char kLs_HelpShort[] =
|
| "ls: List matching targets.";
|
| const char kLs_Help[] =
|
| - "gn ls <build dir> [<label_pattern>] [--out] [--all-toolchains]\n"
|
| + "gn ls <out_dir> [<label_pattern>] [--out] [--all-toolchains]\n"
|
| "\n"
|
| " Lists all targets matching the given pattern for the given builn\n"
|
| " directory. By default, only targets in the default toolchain will\n"
|
|
|