aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/java/com/google/devtools/build/lib/syntax/LoadStatement.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/syntax/LoadStatement.java b/src/main/java/com/google/devtools/build/lib/syntax/LoadStatement.java
index da3430a4d9..a7fc147319 100644
--- a/src/main/java/com/google/devtools/build/lib/syntax/LoadStatement.java
+++ b/src/main/java/com/google/devtools/build/lib/syntax/LoadStatement.java
@@ -66,7 +66,8 @@ public final class LoadStatement extends Statement {
throw new EvalException(
getLocation(),
"First argument of 'load' must be a label and start with either '//' or ':'. "
- + "Use --incompatibleLoadArgumentIsLabel=false to temporarily disable this check.");
+ + "Use --incompatible_load_argument_is_label=false to temporarily disable this "
+ + "check.");
}
}