aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs
diff options
context:
space:
mode:
authorGravatar Han-Wen Nienhuys <hanwen@google.com>2015-09-25 12:50:26 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-09-25 14:42:55 +0000
commit5c15b8658e8e990cd1812569284e2dd0b5762daa (patch)
treef6f516f84cf6f29ec1920326ec8df643a5815023 /site/docs
parent5de6cac50a3da0e961035396e007d8ca5aa294d0 (diff)
Mention chroot in --batch description.
Fixes #134. -- MOS_MIGRATED_REVID=103935102
Diffstat (limited to 'site/docs')
-rw-r--r--site/docs/bazel-user-manual.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/site/docs/bazel-user-manual.html b/site/docs/bazel-user-manual.html
index 4aa653579f..1636db1d58 100644
--- a/site/docs/bazel-user-manual.html
+++ b/site/docs/bazel-user-manual.html
@@ -3451,7 +3451,8 @@ adb -s deadbeef install ...
This switch will cause bazel to be run in batch mode, instead of the
standard client/server mode described <a href='#client/server'>above</a>.
Doing so provides more predictable semantics with respect to signal handling,
- job control, and environment variable inheritance.
+ job control, and environment variable inheritance, and is necessary for running
+ bazel in a chroot jail.
</p>
<p>