aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2016-09-19 16:42:39 +0000
committerGravatar Laszlo Csomor <laszlocsomor@google.com>2016-09-20 06:45:42 +0000
commit836bda02c59c3c75d6d87f87ffe70935ba2e2af9 (patch)
treecae6a6c9c25cba0fe762cc1a36be154436d31a91
parent72d117d6fe9485b2ab8cf7938c029cc26d1787da (diff)
Remove mention of non-existent bazel flag.
Fixes https://github.com/bazelbuild/bazel/issues/1763 -- MOS_MIGRATED_REVID=133594557
-rw-r--r--site/versions/master/docs/output_directories.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/site/versions/master/docs/output_directories.md b/site/versions/master/docs/output_directories.md
index 9b5f391cf7..51fa91fe31 100644
--- a/site/versions/master/docs/output_directories.md
+++ b/site/versions/master/docs/output_directories.md
@@ -128,6 +128,5 @@ The layout of the *.runfiles directories is documented in more detail in the pla
## `bazel clean`
`bazel clean` does an `rm -rf` on the `outputPath` and the `action_cache`
-directory. It also removes the workspace symlinks. The `--partial` option to
-`bazel clean` will clean a configuration-specific `outputDir`, and the
-`--expunge` option will clean the entire outputBase.
+directory. It also removes the workspace symlinks. The `--expunge` option
+will clean the entire outputBase.