From f575e01d05e216389f358356adcc8c46f23f36d5 Mon Sep 17 00:00:00 2001 From: tfarina Date: Tue, 3 Feb 2015 05:35:04 -0800 Subject: 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} --- tools/gn/command_ls.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/gn/command_ls.cc') 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 [] [--out] [--all-toolchains]\n" + "gn ls [] [--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" -- cgit v1.1