From 04af7b3b2d2870eccd380b699bcbe335cfd210ee Mon Sep 17 00:00:00 2001 From: Gustavo Massaccesi Date: Sun, 26 Jan 2020 11:36:18 -0300 Subject: [PATCH] fix docs about raco exe --- pkgs/racket-doc/scribblings/raco/exe.scrbl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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