aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar twerth <twerth@google.com>2018-08-09 08:00:40 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-08-09 08:02:04 -0700
commitd2ce2702127503d10737e94847853207413d0875 (patch)
treef8b1f3efdd03d2c4a33b4f7e3be89f90bbd48e7d /site
parent3e0ede46812771ad0b4545af78d9ae9dd7bf71c9 (diff)
Fix typo.
RELNOTES: None PiperOrigin-RevId: 208048947
Diffstat (limited to 'site')
-rw-r--r--site/docs/query.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/query.html b/site/docs/query.html
index 430355dab5..605c15910a 100644
--- a/site/docs/query.html
+++ b/site/docs/query.html
@@ -1130,7 +1130,7 @@ genrule(
<code>record</code> or <code>xml</code>, the outputs will be printed in
arbitrary order. <b>This is generally the fastest option</b>. It is not
supported though when <code>--output</code> is one of <code>graph</code>,
- <code>min_rank</code> or <code>max_rank</code>: with these formats, bazel will
+ <code>minrank</code> or <code>maxrank</code>: with these formats, bazel will
always print results ordered by the dependency order or rank.
</p>
<p>