document raco setup --fast-clean

This commit is contained in:
Matthew Flatt 2015-07-16 18:24:25 -06:00
parent aaee824f68
commit e954ce0ffa

View File

@ -142,6 +142,11 @@ flags:
set of deleted files can be controlled by @filepath{info.rkt}; see set of deleted files can be controlled by @filepath{info.rkt}; see
@elemref["clean"]{@racket[clean]} for more information.} @elemref["clean"]{@racket[clean]} for more information.}
@item{@DFlag{fast-clean} or @Flag{c} --- like @DFlag{clean}, but
without forcing a bootstrap of @exec{raco setup} from source (which
means that @DFlag{fast-clean} cannot clean corruption that affects
@exec{raco setup} itself).}
@item{@DFlag{no-zo} or @Flag{n} --- refrain from compiling source @item{@DFlag{no-zo} or @Flag{n} --- refrain from compiling source
files to @filepath{.zo} files.} files to @filepath{.zo} files.}