2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 13:42:14 +00:00

Corrected a typo on the Boost.Jam's usage information screen.

[SVN r78504]
This commit is contained in:
Jurko Gospodnetić
2012-05-18 15:02:57 +00:00
parent 44082f9de8
commit 2b1d5de7aa

View File

@@ -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. ;