From bf84c30c556a9fe2fd616faa63a77fd2556c401b Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 15 Feb 2007 00:03:00 +0000 Subject: [PATCH] fix -h text svn: r5605 --- collects/compiler/start.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/compiler/start.ss b/collects/compiler/start.ss index 5d34f97330..d6ce5c0fc8 100644 --- a/collects/compiler/start.ss +++ b/collects/compiler/start.ss @@ -156,7 +156,7 @@ (if (eq? '3m (system-type 'gc)) " [current default]" "")))] [("--cgc") ,(lambda (f) (compiler:option:3m #f)) - (,(format "Compile/link for 3m, with -e/-c/-o/--exe/etc.~a" + (,(format "Compile/link for CGC, with -e/-c/-o/--exe/etc.~a" (if (eq? 'cgc (system-type 'gc)) " [current default]" "")))]] [once-each [("-m" "--module")