aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2015-07-20 15:03:33 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-07-21 15:13:38 -0400
commit2d93a47d97fbe2c2a95a03a17cf46b1e09acc910 (patch)
tree53cfebbe7aba65287c637f19357e7c3a574ff85c /site
parentb04765a2172b5dfa65fa46817734c65e7d0f99e0 (diff)
Add --output_filter option
Fixes #309. -- MOS_MIGRATED_REVID=98639996
Diffstat (limited to 'site')
-rw-r--r--site/docs/bazel-user-manual.html29
1 files changed, 0 insertions, 29 deletions
diff --git a/site/docs/bazel-user-manual.html b/site/docs/bazel-user-manual.html
index e44d375279..df28a6dbd5 100644
--- a/site/docs/bazel-user-manual.html
+++ b/site/docs/bazel-user-manual.html
@@ -1205,35 +1205,6 @@ $ bazel fetch //...
<td>Don't show output.</td>
</tr>
</table>
-<p>
- If this option is not given, a default filter will be created according to the
- <a href="#flag--auto_output_filter"><code class='flag'>--auto_output_filter</code> option</a>.
-</p>
-
-<h4 id='flag--auto_output_filter'><code class='flag'>--auto_output_filter (none|packages|subpackages)</code></h4>
-
-<p>
- If no <a href="#flag--output_filter"><code class='flag'>--output_filter</code> option</a> is
- given, Bazel creates an output filter from the targets listed on the command
- line:
-</p>
-<ul>
- <li>
- <code>none</code> does no filtering and shows all output.
- </li>
- <li>
- <code>packages</code> shows only the output for the packages of targets
- requested on the command line. For example, the Bazel invocation
- <pre> % bazel build //foo:bar //baz/...</pre>
- will show the output for all targets in the package <code>foo</code> or any
- package under <code>baz</code>.
-
- </li>
- <li>
- <code>subpackages</code> (the default) works similar
- to <code>packages</code> but also includes output from subpackages.
- </li>
-</ul>
<h4 id='flag--analysis_warnings_as_errors'><code>--[no]analysis_warnings_as_errors</code></h4>
<p>