Skip to content

Commit

Permalink
Update incompatible_display_source_file_location flag description
Browse files Browse the repository at this point in the history
The default value of this flag is true, not false.

Closes bazelbuild#14332.

PiperOrigin-RevId: 417640868
  • Loading branch information
alexander-scott authored and Copybara-Service committed Dec 21, 2021
1 parent 3ea7028 commit 3195e04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public Set<Setting> 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;
Expand Down

0 comments on commit 3195e04

Please sign in to comment.