summaryrefslogtreecommitdiffstats
path: root/tools/gn/command_ls.cc
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2015-02-03 05:35:04 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-03 13:36:09 +0000
commitf575e01d05e216389f358356adcc8c46f23f36d5 (patch)
tree26369c321dc5dd2d094afbbf136edfe8e5d09905 /tools/gn/command_ls.cc
parent9b6d173b4c2222a001ff62c7be248ef56b036b77 (diff)
downloadchromium_src-f575e01d05e216389f358356adcc8c46f23f36d5.zip
chromium_src-f575e01d05e216389f358356adcc8c46f23f36d5.tar.gz
chromium_src-f575e01d05e216389f358356adcc8c46f23f36d5.tar.bz2
gn: Use the term 'out_dir' consistently when referring to the output directory.
The output directory is the same as the build directory, so let's be consistent to not confuse new users. BUG=441955 TEST=gn help args, gn help gen, gn help ls, gn help refs R=scottmg@chromium.org Review URL: https://codereview.chromium.org/895433002 Cr-Commit-Position: refs/heads/master@{#314324}
Diffstat (limited to 'tools/gn/command_ls.cc')
-rw-r--r--tools/gn/command_ls.cc2
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"