aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf
diff options
context:
space:
mode:
authorGravatar dannark <dannark@google.com>2017-09-01 00:41:34 +0200
committerGravatar Vladimir Moskva <vladmos@google.com>2017-09-01 12:28:38 +0200
commit8fb8a28bb4a91ff2f7a1d82935defa3473dfae2d (patch)
tree9df73578ba23966dd2773a70822998909145e0ce /src/main/protobuf
parent8613c90911990431c7356a48b20504cba479ac4b (diff)
Remove stray comment reference to "no_" prefix for boolean flags which was removed in https://github.com/bazelbuild/bazel/commit/ca600bf2d014650b1f1ecb5214878b09a0838086.
RELNOTES: None PiperOrigin-RevId: 167202392
Diffstat (limited to 'src/main/protobuf')
-rw-r--r--src/main/protobuf/invocation_policy.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/protobuf/invocation_policy.proto b/src/main/protobuf/invocation_policy.proto
index f14db3e6ca..92a0da3549 100644
--- a/src/main/protobuf/invocation_policy.proto
+++ b/src/main/protobuf/invocation_policy.proto
@@ -35,7 +35,7 @@ message FlagPolicy {
// name of the flag. If the user specifies the abbreviated name of a flag,
// that flag will be matched using its full name.
//
- // The "no" and "no_" prefixes will not be parsed, so for boolean flags, use
+ // The "no" prefix will not be parsed, so for boolean flags, use
// the flag's full name and explicitly set it to true or false.
optional string flag_name = 1;