We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7931209 commit 69fa00aCopy full SHA for 69fa00a
src/building/stages.png
-60 Bytes
src/building/stages.tex
@@ -14,7 +14,7 @@
14
Rows are things that can be used together to build a program.
15
\\
16
17
-\noindent \verb|./x.py build --stage N| builds programs in \emph{column} \verb|N| (except rustdoc - it builds rustdoc from column \verb|N + 1|).\\
+\noindent \verb|./x.py build --stage N| builds programs in \emph{column} \verb|N| (except rustdoc - it builds rustdoc from column \verb|N - 1|).\\
18
\noindent \verb|./x.py test --stage N| builds and tests everything in \emph{row} \verb|N|.\\
19
\noindent \verb|./x.py doc --stage N| generates docs with rustdoc from \emph{row} \verb|N|.\\
20
};
0 commit comments