| Index: tools/gn/command_refs.cc
|
| diff --git a/tools/gn/command_refs.cc b/tools/gn/command_refs.cc
|
| index a97e9a759b9a697aa64610329bc1e2ef709af89d..961e2102c8fa851be622f9a5faa3659d85a1934d 100644
|
| --- a/tools/gn/command_refs.cc
|
| +++ b/tools/gn/command_refs.cc
|
| @@ -375,7 +375,7 @@ const char kRefs_Help[] =
|
| " Display a reverse dependency tree to get to the given file. This\n"
|
| " will show how dependencies will reference that file.\n"
|
| "\n"
|
| - " gn refs out/Debug //base/macros.h //base/basictypes.h --all\n"
|
| + " gn refs out/Debug //base/macros.h //base/at_exit.h --all\n"
|
| " Display all unique targets with some dependency path to a target\n"
|
| " containing either of the given files as a source.\n"
|
| "\n"
|
|
|