| Index: tools/gn/variables.cc
|
| diff --git a/tools/gn/variables.cc b/tools/gn/variables.cc
|
| index de214efdad102a63f50be4d039333ec8ac365b22..e248902b3418bfd68ba4ed8cf27a29b457075606 100644
|
| --- a/tools/gn/variables.cc
|
| +++ b/tools/gn/variables.cc
|
| @@ -932,13 +932,13 @@ const char kVisibility_Help[] =
|
| "\n"
|
| "Examples\n"
|
| "\n"
|
| - " Only targets in the current buildfile (\"private\", the default):\n"
|
| + " Only targets in the current buildfile (\"private\"):\n"
|
| " visibility = [ \":*\" ]\n"
|
| "\n"
|
| " No targets (used for targets that should be leaf nodes):\n"
|
| " visibility = []\n"
|
| "\n"
|
| - " Any target (\"public\"):\n"
|
| + " Any target (\"public\", the default):\n"
|
| " visibility = [ \"*\" ]\n"
|
| "\n"
|
| " All targets in the current directory and any subdirectory:\n"
|
|
|