Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2007-11-27 12:53:56


Author: grafik
Date: 2007-11-27 12:53:56 EST (Tue, 27 Nov 2007)
New Revision: 41414
URL: http://svn.boost.org/trac/boost/changeset/41414

Log:
Remove non-existent option info.
Text files modified:
   trunk/tools/jam/src/jam.c | 5 ++---
   1 files changed, 2 insertions(+), 3 deletions(-)

Modified: trunk/tools/jam/src/jam.c
==============================================================================
--- trunk/tools/jam/src/jam.c (original)
+++ trunk/tools/jam/src/jam.c 2007-11-27 12:53:56 EST (Tue, 27 Nov 2007)
@@ -249,9 +249,8 @@
         printf( "-lx Limit actions to x number of seconds after which they are stopped.\n" );
         printf( "-n Don't actually execute the updating actions.\n" );
         printf( "-ox Write the updating actions to file x.\n" );
- printf( "-px x=0, pipes action stdout and stderr merged into action output.\n" );
- printf( "-q Quit quickly as soon as a target fails.\n" );
- printf( "-r Enable Dart results.\n" );
+ printf( "-px x=0, pipes action stdout and stderr merged into action output.\n" );
+ printf( "-q Quit quickly as soon as a target fails.\n" );
         printf( "-sx=y Set variable x=y, overriding environment.\n" );
         printf( "-tx Rebuild x, even if it is up-to-date.\n" );
         printf( "-v Print the version of jam and exit.\n" );


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk