diff --git a/pkgs/racket-doc/scribblings/raco/exe.scrbl b/pkgs/racket-doc/scribblings/raco/exe.scrbl index 124b388518..aa2e7d8a36 100644 --- a/pkgs/racket-doc/scribblings/raco/exe.scrbl +++ b/pkgs/racket-doc/scribblings/raco/exe.scrbl @@ -173,15 +173,15 @@ The @exec{raco exe} command accepts the following command-line flags: @item{@DFlag{3m} --- generate an executable based on the @gtech{3m} variant of Racket, which is the default unless running a @exec{raco - exe} that is based on the @gtech{CGC} variant.} + exe} that is based on the @gtech{CGC} or @gtech{CS} variant.} @item{@DFlag{cgc} --- generate an executable based on the @gtech{CGC} variant of Racket, which is the default only when running a @exec{raco exe} that is based on the @gtech{CGC} variant.} - @item{@DFlag{cs} --- generate an executable based on the @gtech{cs} - variant of Racket, which is the default unless running a @exec{raco - exe} that is based on the @gtech{CS} variant.} + @item{@DFlag{cs} --- generate an executable based on the @gtech{CS} + variant of Racket, which is the default only when running a + @exec{raco exe} that is based on the @gtech{CS} variant.} @item{@DPFlag{aux} @nonterm{file} --- attach information to the executable based on @nonterm{file}'s suffix; see