From 2b1d5de7aaf1ab5bdf151e04c4b7cc28e81bd022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Fri, 18 May 2012 15:02:57 +0000 Subject: [PATCH] Corrected a typo on the Boost.Jam's usage information screen. [SVN r78504] --- src/util/doc.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/doc.jam b/src/util/doc.jam index 6e89d075e..284ec1d25 100644 --- a/src/util/doc.jam +++ b/src/util/doc.jam @@ -299,7 +299,7 @@ local rule print-help-usage ( ) Output the used build commands to file '"x"'. ; print.list-item -q; Quit as soon as a build failure is encountered. Without this option - Boost.Jam will continue building as many targets as it can. + Boost.Jam will continue building as many targets as it can. ; print.list-item -sx=y; Sets a Jam variable '"x"' to the value '"y"', overriding any value that variable would have from the environment. ;