From 2de2fbad6ebcb685149880906d0fb055e5512b6a Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sun, 22 Feb 2015 14:44:26 -0800 Subject: [PATCH] prevent `raco pollen clone` from accepting source directory inside target directory --- scribblings/raco.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scribblings/raco.scrbl b/scribblings/raco.scrbl index 5d67b34..360d7fd 100644 --- a/scribblings/raco.scrbl +++ b/scribblings/raco.scrbl @@ -83,7 +83,7 @@ Alternatively, the command can take a variable number of path arguments. @racket Makes a copy of the project directory on the desktop, and removes any source files or other Pollen-related files. -@racket[raco pollen clobe _directory-path] will perform the same copying and filtering, but using @racket[_directory-path] as the destination rather than the desktop. +@racket[raco pollen clone _directory-path] will perform the same copying and filtering, but using @racket[_directory-path] as the destination rather than the desktop.