diff --git a/src/main/java/com/google/devtools/build/lib/query2/common/CommonQueryOptions.java b/src/main/java/com/google/devtools/build/lib/query2/common/CommonQueryOptions.java index 7ff9e2309a0c17..f68b83c9c302f8 100644 --- a/src/main/java/com/google/devtools/build/lib/query2/common/CommonQueryOptions.java +++ b/src/main/java/com/google/devtools/build/lib/query2/common/CommonQueryOptions.java @@ -167,7 +167,7 @@ public Set toSettings() { effectTags = {OptionEffectTag.TERMINAL_OUTPUT}, metadataTags = {OptionMetadataTag.INCOMPATIBLE_CHANGE}, help = - "False by default, displays the target of the source file. " + "True by default, displays the target of the source file. " + "If true, displays the location of line 1 of source files in location outputs. " + "This flag only exists for migration purposes.") public boolean displaySourceFileLocation;