From: sof Date: Wed, 17 Sep 2003 21:20:16 +0000 (+0000) Subject: [project @ 2003-09-17 21:20:16 by sof] X-Git-Tag: Approx_11550_changesets_converted~444 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=12b7f98ff1b4e8446b92c6147e03c4d63756b461;p=ghc-hetmet.git [project @ 2003-09-17 21:20:16 by sof] usage_text[]: -k doc wibble --- diff --git a/ghc/rts/RtsFlags.c b/ghc/rts/RtsFlags.c index 99bdb1a..a7ba83f 100644 --- a/ghc/rts/RtsFlags.c +++ b/ghc/rts/RtsFlags.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: RtsFlags.c,v 1.69 2003/08/22 22:24:13 sof Exp $ + * $Id: RtsFlags.c,v 1.70 2003/09/17 21:20:16 sof Exp $ * * (c) The AQUA Project, Glasgow University, 1994-1997 * (c) The GHC Team, 1998-1999 @@ -332,7 +332,7 @@ usage_text[] = { " -? Prints this message and exits; the program is not executed", "", " -K Sets the maximum stack size (default 1M) Egs: -K32k -K512k", -" -k Sets the initial thread stack size (default 1k) Egs: -K4k -K2m", +" -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 unlimited) Egs: -M256k -M1G",