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

Unified Diff: tools/gn/command_gen.cc

Issue 1979813002: Fix a typo in the gn gen help for QtCreator generator (introduced in https://codereview.chromium.or… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/command_gen.cc
diff --git a/tools/gn/command_gen.cc b/tools/gn/command_gen.cc
index f872304b6dc5f273de7b52b103a9226a325e5e4d..7bdb6d81fe3a756b302b7e7ac81e7cfad98433b7 100644
--- a/tools/gn/command_gen.cc
+++ b/tools/gn/command_gen.cc
@@ -293,7 +293,7 @@ const char kGen_Help[] =
" --root-target=<target_name>\n"
" Name of the root target for which the QtCreator project will be\n"
" generated to contain files of it and its dependencies. If unset, \n"
- " the whole build graph will be omitted.\n"
+ " the whole build graph will be emitted.\n"
"\n"
"\n"
"Eclipse IDE Support\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