From 4e9ebe6d4906b1ef1336cfc9631f3e392d09b47a Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 28 Nov 2003 06:42:09 +0000 Subject: [PATCH] Workaround hang in --help handling. [SVN r20980] --- v2/tools/stage.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/tools/stage.jam b/v2/tools/stage.jam index c16a537cf..99f1b24f2 100644 --- a/v2/tools/stage.jam +++ b/v2/tools/stage.jam @@ -41,7 +41,7 @@ # Otherwise, only targets with types mentioned in property # will be included. # -# Example usage:: +# Example usage # # stage dist : hello_world : # on EXE SHARED_LIB ;