aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
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>