diff --git a/src/main/java/com/google/devtools/build/lib/runtime/CommonCommandOptions.java b/src/main/java/com/google/devtools/build/lib/runtime/CommonCommandOptions.java index 16e68eb387a889..867a74e9003175 100644 --- a/src/main/java/com/google/devtools/build/lib/runtime/CommonCommandOptions.java +++ b/src/main/java/com/google/devtools/build/lib/runtime/CommonCommandOptions.java @@ -221,14 +221,13 @@ public String getTypeDescription() { public boolean enableProfileByDefault; @Option( - name = "experimental_generate_json_trace_profile", - defaultValue = "false", - documentationCategory = OptionDocumentationCategory.LOGGING, - effectTags = {OptionEffectTag.AFFECTS_OUTPUTS, OptionEffectTag.BAZEL_MONITORING}, - help = - "If enabled, Bazel profiles the build and writes a JSON-format profile into a file in the " - + "output base." - ) + name = "experimental_generate_json_trace_profile", + defaultValue = "false", + documentationCategory = OptionDocumentationCategory.LOGGING, + effectTags = {OptionEffectTag.AFFECTS_OUTPUTS, OptionEffectTag.BAZEL_MONITORING}, + help = + "If enabled, Bazel profiles the build and writes a JSON-format profile into a file in" + + " the output base. View profile by loading into chrome://tracing.") public boolean enableTracer; @Option(