summaryrefslogtreecommitdiff
path: root/more/getting_started/detail/build-from-source-tail.rst
diff options
context:
space:
mode:
Diffstat (limited to 'more/getting_started/detail/build-from-source-tail.rst')
-rw-r--r--more/getting_started/detail/build-from-source-tail.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/more/getting_started/detail/build-from-source-tail.rst b/more/getting_started/detail/build-from-source-tail.rst
index 78035c3c7b..dd782ac6c5 100644
--- a/more/getting_started/detail/build-from-source-tail.rst
+++ b/more/getting_started/detail/build-from-source-tail.rst
@@ -5,15 +5,15 @@
Building the special ``stage`` target places Boost
library binaries in the ``stage``\ |/|\ ``lib``\ |/| subdirectory of
the Boost tree. To use a different directory pass the
-``--stagedir=``\ *directory* option to ``bjam``.
+``--stagedir=``\ *directory* option to ``b2``.
-.. Note:: ``bjam`` is case-sensitive; it is important that all the
+.. Note:: ``b2`` is case-sensitive; it is important that all the
parts shown in **bold** type above be entirely lower-case.
For a description of other options you can pass when invoking
-``bjam``, type::
+``b2``, type::
- bjam --help
+ b2 --help
In particular, to limit the amount of time spent building, you may
be interested in: