From 6cdbd3e4e222066e4d682d0460d832941a0f7eec Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Tue, 27 Nov 2007 17:53:56 +0000 Subject: [PATCH] Remove non-existent option info. [SVN r41414] --- historic/jam/src/jam.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/historic/jam/src/jam.c b/historic/jam/src/jam.c index d98b099c7..5bf08b985 100644 --- a/historic/jam/src/jam.c +++ b/historic/jam/src/jam.c @@ -249,9 +249,8 @@ int main( int argc, char **argv, char **arg_environ ) 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" );