From 1f9caae54f58c5da481717c25b67ec59aa6ba734 Mon Sep 17 00:00:00 2001 From: simonm Date: Thu, 18 Feb 1999 12:21:07 +0000 Subject: [PATCH] [project @ 1999-02-18 12:21:07 by simonm] - Fix typo in description of -M - Add doc line for -H --- ghc/rts/RtsFlags.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ghc/rts/RtsFlags.c b/ghc/rts/RtsFlags.c index ad2df3a..a59f733 100644 --- a/ghc/rts/RtsFlags.c +++ b/ghc/rts/RtsFlags.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: RtsFlags.c,v 1.9 1999/02/05 16:02:49 simonm Exp $ + * $Id: RtsFlags.c,v 1.10 1999/02/18 12:21:07 simonm Exp $ * * (c) The AQUA Project, Glasgow University, 1994-1997 * (c) The GHC Team, 1998-1999 @@ -216,7 +216,8 @@ usage_text[] = { " -k Sets the initial thread stack size (default 1k) Egs: -K4k -K2m", "", " -A Sets the minimum allocation area size (default 256k) Egs: -A1m -A10k", -" -M Sets the maximum heap size (default 64M) Egs: -H256k -H1G", +" -M Sets the maximum heap size (default 64M) Egs: -M256k -M1G", +" -H Sets the minimum heap size (default 0M) Egs: -H24m -H1G", " -m% Minimum % of heap which must be available (default 3%)", " -G Number of generations (default: 2)", " -T Number of steps in younger generations (default: 2)", -- 1.7.10.4