diff --git a/doc/src/advanced.xml b/doc/src/advanced.xml
index 8a046a833..9a4662f77 100644
--- a/doc/src/advanced.xml
+++ b/doc/src/advanced.xml
@@ -608,6 +608,49 @@ bjam toolset=gcc variant=debug optimization=space
+
+
+
+
+ Causes all files to be rebuilt.
+
+
+
+
+
+
+ Do no execute the commands, only print them.
+
+
+
+
+
+
+ Show commands as they are executed.
+
+
+
+
+
+
+ Supress all informational messages.
+
+
+
+
+
+
+ Stop at first error, as opposed to continuing to build targets
+ that don't depend on the failed ones.
+
+
+
+
+
+
+ Run up to N commands in parallel.
+
+