aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands/ProfileCommand.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/runtime/commands/ProfileCommand.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/runtime/commands/ProfileCommand.java9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/runtime/commands/ProfileCommand.java b/src/main/java/com/google/devtools/build/lib/runtime/commands/ProfileCommand.java
index 6756788755..971bd90442 100644
--- a/src/main/java/com/google/devtools/build/lib/runtime/commands/ProfileCommand.java
+++ b/src/main/java/com/google/devtools/build/lib/runtime/commands/ProfileCommand.java
@@ -222,9 +222,12 @@ public final class ProfileCommand implements BlazeCommand {
}
try (PrintStream out = new PrintStream(env.getReporter().getOutErr().getOutputStream())) {
- env.getReporter().handle(Event.warn(
- null, "This information is intended for consumption by Blaze developers"
- + " only, and may change at any time. Script against it at your own risk"));
+ env.getReporter()
+ .handle(
+ Event.warn(
+ null,
+ "This information is intended for consumption by Bazel developers"
+ + " only, and may change at any time. Script against it at your own risk"));
if (opts.combine != null && opts.dumpMode == null) {
MultiProfileStatistics statistics =
new MultiProfileStatistics(