aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/user-manual.html
diff options
context:
space:
mode:
authorGravatar tomlu <tomlu@google.com>2018-03-12 10:18:49 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-03-12 10:20:53 -0700
commit544897148c47773101f1f0ee9558c8e27fa087c8 (patch)
tree1c33715d56f30d5d7a44b5fef1a964348f792ceb /site/docs/user-manual.html
parent9a3c3c2d1126366214812a12e382c4953742dccf (diff)
Remove support for blaze dump --vfs.
It is no longer meaningful since the vfs doesn't have an internal path tree to dump. RELNOTES: Remove support for blaze dump --vfs. It is no longer meaningful. PiperOrigin-RevId: 188739379
Diffstat (limited to 'site/docs/user-manual.html')
-rw-r--r--site/docs/user-manual.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/site/docs/user-manual.html b/site/docs/user-manual.html
index 95b9310fe2..df99a052f5 100644
--- a/site/docs/user-manual.html
+++ b/site/docs/user-manual.html
@@ -3385,7 +3385,6 @@ adb -s deadbeef install ...
<ul>
<li><code class='flag'>--action_cache</code> dumps action cache content.</li>
<li><code class='flag'>--packages</code> dumps package cache content.</li>
- <li><code class='flag'>--vfs</code> dumps VFS state.</li>
<li><code class='flag'>--skyframe</code> dumps state of internal Bazel dependency graph.</li>
<li><code class='flag'>--rules</code> dumps rule summary for each rule and aspect class,
including counts and action counts. This includes both native and Skylark rules.