aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/user-manual.html
diff options
context:
space:
mode:
authorGravatar tomlu <tomlu@google.com>2017-10-31 09:08:32 -0400
committerGravatar John Cater <jcater@google.com>2017-10-31 10:40:08 -0400
commit4cad14a353e017868bb6b913564eab1ea7de644e (patch)
treea01056f0ea6f81b913ff34b0d0cca4422cee5f0b /site/docs/user-manual.html
parentae49b6520a64188587d233c8f21bcb81edbf1294 (diff)
Correct mistake in blaze dump docs.
PiperOrigin-RevId: 174027015
Diffstat (limited to 'site/docs/user-manual.html')
-rw-r--r--site/docs/user-manual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/user-manual.html b/site/docs/user-manual.html
index 096688f582..1b054b66d1 100644
--- a/site/docs/user-manual.html
+++ b/site/docs/user-manual.html
@@ -3253,7 +3253,7 @@ adb -s deadbeef install ...
</p>
<ul>
<li><code>--host_jvm_args=-javaagent:$BAZEL/third_party/allocation_instrumenter/java-allocation-instrumenter-3.0.1.jar</code></li>
- <li><code>--host_jvm_args=-DBLAZE_MEMORY_TRACKER=1</code></li>
+ <li><code>--host_jvm_args=-DRULE_MEMORY_TRACKER=1</code></li>
</ul>
<p>
The java-agent is checked into bazel at