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

Add documentation of --hash to b2 --help-options. Refs #7533.

[SVN r81017]
This commit is contained in:
Steven Watanabe
2012-10-19 17:44:14 +00:00
parent 8af64a3e56
commit 3aebb6b5da

View File

@@ -310,6 +310,10 @@ local rule print-help-usage ( )
print.list-item --x;
Any option not explicitly handled by Boost.Jam remains available to
build scripts using the '"ARGV"' variable. ;
print.list-item --abbreviate-paths;
Use abbreviated paths for targets. ;
print.list-item --hash;
Shorten target paths by using an MD5 hash. ;
print.list-item -dn;
Enables output of diagnostic messages. The debug level '"n"' and all
below it are enabled by this option. ;