[project @ 2003-09-17 21:20:16 by sof]
authorsof <unknown>
Wed, 17 Sep 2003 21:20:16 +0000 (21:20 +0000)
committersof <unknown>
Wed, 17 Sep 2003 21:20:16 +0000 (21:20 +0000)
usage_text[]: -k doc wibble

ghc/rts/RtsFlags.c

index 99bdb1a..a7ba83f 100644 (file)
@@ -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<size> Sets the maximum stack size (default 1M)  Egs: -K32k   -K512k",
-"  -k<size> Sets the initial thread stack size (default 1k)  Egs: -K4k   -K2m",
+"  -k<size> Sets the initial thread stack size (default 1k)  Egs: -k4k   -k2m",
 "",
 "  -A<size> Sets the minimum allocation area size (default 256k) Egs: -A1m -A10k",
 "  -M<size> Sets the maximum heap size (default unlimited)  Egs: -M256k -M1G",