From 836bda02c59c3c75d6d87f87ffe70935ba2e2af9 Mon Sep 17 00:00:00 2001 From: Laszlo Csomor Date: Mon, 19 Sep 2016 16:42:39 +0000 Subject: Remove mention of non-existent bazel flag. Fixes https://github.com/bazelbuild/bazel/issues/1763 -- MOS_MIGRATED_REVID=133594557 --- site/versions/master/docs/output_directories.md | 5 ++--- 1 file 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. -- cgit v1.2.3