Index: tools/gn/command_args.cc |
diff --git a/tools/gn/command_args.cc b/tools/gn/command_args.cc |
index 75d5fce3068ddf1b50d35cd5dd69c6077117d5c6..7210ef3122142af3063cfdb9614886bc4b50c5f7 100644 |
--- a/tools/gn/command_args.cc |
+++ b/tools/gn/command_args.cc |
@@ -322,8 +322,9 @@ extern const char kArgs_Help[] = |
" Prints all arguments with their default values for the out/Debug\n" |
" build.\n" |
"\n" |
- " gn args out/Debug --list=cpu_arch\n" |
- " Prints information about the \"cpu_arch\" argument for the out/Debug\n" |
+ " gn args out/Debug --list=target_cpu\n" |
+ " Prints information about the \"target_cpu\" argument for the " |
+ "out/Debug\n" |
" build.\n" |
"\n" |
" gn args --list --args=\"os=\\\"android\\\" enable_doom_melon=true\"\n" |