From 3aebb6b5da489e7b5ff02533a7fe0d33b7c5b50f Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Fri, 19 Oct 2012 17:44:14 +0000 Subject: [PATCH] Add documentation of --hash to b2 --help-options. Refs #7533. [SVN r81017] --- src/util/doc.jam | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/doc.jam b/src/util/doc.jam index 284ec1d25..250d5c5a4 100644 --- a/src/util/doc.jam +++ b/src/util/doc.jam @@ -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. ;