Skip to content

Commit 2e9077b

Browse files
keithluispadron
andauthored
Update src/main/java/com/google/devtools/build/lib/analysis/config/CoreOptions.java
Co-authored-by: Luis Padron <[email protected]>
1 parent 6bf2707 commit 2e9077b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/devtools/build/lib/analysis/config/CoreOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ public OutputDirectoryNamingSchemeConverter() {
632632
effectTags = {OptionEffectTag.CHANGES_INPUTS, OptionEffectTag.AFFECTS_OUTPUTS},
633633
help =
634634
"The given features will be enabled or disabled by default for packages "
635-
+ "built in the host or exec configurationsx. "
635+
+ "built in the host or exec configurations. "
636636
+ "Specifying -<feature> will disable the feature globally. "
637637
+ "Negative features always override positive ones.")
638638
public List<String> hostFeatures;

0 commit comments

Comments
 (0)