Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(438)

Unified Diff: tools/gn/function_toolchain.cc

Issue 2237483002: Stop pointing to "gn help toolchain" in that very help message. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch v2 Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/function_toolchain.cc
diff --git a/tools/gn/function_toolchain.cc b/tools/gn/function_toolchain.cc
index 852d25a5f6f57f4efe56f28fe7312aab0fc5b205..69ca961cfdae0a5c1707ef7c45e3a8dd0ca6a34d 100644
--- a/tools/gn/function_toolchain.cc
+++ b/tools/gn/function_toolchain.cc
@@ -321,9 +321,8 @@ const char kToolchain_Help[] =
"\n"
" When you specify a target using an alternate toolchain, the master\n"
" build configuration file is re-interpreted in the context of that\n"
- " toolchain (see \"gn help toolchain\"). The toolchain_args allows you\n"
- " to control the arguments passed into this alternate invocation of\n"
- " the build.\n"
+ " toolchain. toolchain_args allows you to control the arguments\n"
+ " passed into this alternate invocation of the build.\n"
"\n"
" Any default system arguments or arguments passed in via \"gn args\"\n"
" will also be passed to the alternate invocation unless explicitly\n"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698