diff --git a/src/main/java/com/google/devtools/build/lib/rules/genrule/GenRuleBaseRule.java b/src/main/java/com/google/devtools/build/lib/rules/genrule/GenRuleBaseRule.java index dccac0acfac18b..3da718b93ae4d4 100644 --- a/src/main/java/com/google/devtools/build/lib/rules/genrule/GenRuleBaseRule.java +++ b/src/main/java/com/google/devtools/build/lib/rules/genrule/GenRuleBaseRule.java @@ -246,7 +246,7 @@ expanded to Windows style paths (with backslash). /*

- If set to 1, this option causes output files to be written into the bin + If set to True, this option causes output files to be written into the bin directory instead of the genfiles directory.

*/ @@ -259,7 +259,7 @@ expanded to Windows style paths (with backslash). /*

- If set to 1, this option forces this genrule to run using the "local" + If set to True, this option forces this genrule to run using the "local" strategy, which means no remote execution, no sandboxing, no persistent workers.