From 0f351dbf29b379c9e9aab242278f099747bc294e Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sun, 5 Apr 2020 21:31:34 -0700 Subject: [PATCH] correct docs for `fast-clean` flag `-c` is not shorthand --- pkgs/racket-doc/scribblings/raco/setup.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/raco/setup.scrbl b/pkgs/racket-doc/scribblings/raco/setup.scrbl index a54079c207..6222d9fd11 100644 --- a/pkgs/racket-doc/scribblings/raco/setup.scrbl +++ b/pkgs/racket-doc/scribblings/raco/setup.scrbl @@ -148,7 +148,7 @@ flags: cache is cleared. Unless @DFlag{no-docs} or @Flag{D} is also specified, the documentation-index database is reset.} - @item{@DFlag{fast-clean} or @Flag{c} --- like @DFlag{clean}, but + @item{@DFlag{fast-clean} --- 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).}