Skip to content

Commit

Permalink
Remove mention of non-existent bazel flag.
Browse files Browse the repository at this point in the history
Fixes bazelbuild#1763

--
MOS_MIGRATED_REVID=133594557
  • Loading branch information
laszlocsomor committed Sep 20, 2016
1 parent 72d117d commit 836bda0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions site/versions/master/docs/output_directories.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 836bda0

Please sign in to comment.