aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-02-14 12:15:42 +0000
committerGravatar Dmitry Lomov <dslomov@google.com>2017-02-14 14:25:14 +0000
commitc848bf33f2d562969dac46d8f1bf89184e314a50 (patch)
tree4e75fda420463c62f7b51909c0064833b2d80679 /site
parentd31c7d0c637726f495a367ea13bd3d21bf97d7bb (diff)
Note that --config can be picked up from rc files.
-- PiperOrigin-RevId: 147456771 MOS_MIGRATED_REVID=147456771
Diffstat (limited to 'site')
-rw-r--r--site/versions/master/docs/bazel-user-manual.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/site/versions/master/docs/bazel-user-manual.html b/site/versions/master/docs/bazel-user-manual.html
index 387ad06caa..2f8a373ba9 100644
--- a/site/versions/master/docs/bazel-user-manual.html
+++ b/site/versions/master/docs/bazel-user-manual.html
@@ -3455,10 +3455,9 @@ adb -s deadbeef install ...
<p>
Selects additional config section from the rc files; for the current
<code>command</code>, it also pulls in the options from
- <code>command:name</code> if such a section exists. Note that it is currently
- only possible to provide these options on the command line, not in the rc
- files. Can be specified multiple times to add flags from several
- config sections.
+ <code>command:name</code> if such a section exists. Can be specified multiple
+ times to add flags from several config sections. Expansions can refer to other
+ definitions (i.e. expansions can be chained).
</p>
<h4 id='flag--curses'><code class='flag'>--curses (yes|no|auto)</code></h4>