$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r81017 - trunk/tools/build/v2/util
From: steven_at_[hidden]
Date: 2012-10-19 13:44:15
Author: steven_watanabe
Date: 2012-10-19 13:44:14 EDT (Fri, 19 Oct 2012)
New Revision: 81017
URL: http://svn.boost.org/trac/boost/changeset/81017
Log:
Add documentation of --hash to b2 --help-options. Refs #7533.
Text files modified: 
   trunk/tools/build/v2/util/doc.jam |     4 ++++                                    
   1 files changed, 4 insertions(+), 0 deletions(-)
Modified: trunk/tools/build/v2/util/doc.jam
==============================================================================
--- trunk/tools/build/v2/util/doc.jam	(original)
+++ trunk/tools/build/v2/util/doc.jam	2012-10-19 13:44:14 EDT (Fri, 19 Oct 2012)
@@ -310,6 +310,10 @@
     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. ;