diff options
Diffstat (limited to 'tools/gn/command_ls.cc')
-rw-r--r-- | tools/gn/command_ls.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gn/command_ls.cc b/tools/gn/command_ls.cc index 8aefa76..a2dc38c 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" |