From 82217dd1afdf45af9b9956c816adad99f11d9d2a Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 23 Feb 2015 12:25:55 -0800 Subject: [PATCH] doc clarification --- scribblings/raco.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scribblings/raco.scrbl b/scribblings/raco.scrbl index a4a5515..af1e642 100644 --- a/scribblings/raco.scrbl +++ b/scribblings/raco.scrbl @@ -83,11 +83,11 @@ 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 clone _source-path] will clone source from @racket[_source-path] onto the desktop. +@racket[raco pollen clone _source-dir] will clone source from @racket[_source-dir] onto the desktop. -@racket[raco pollen clone _source-path _dest-path] will clone source from @racket[_source-path] to @racket[_dest-path] rather than the desktop. +@racket[raco pollen clone _source-dir _dest-dir] will clone source from @racket[_source-dir] to @racket[_dest-dir] rather than the desktop. -If you're already in the project directory and want to clone somewhere other than the desktop, use @racket[raco pollen clone _. _dest-path]. +If you're already in the project directory and want to clone somewhere other than the desktop, use @racket[raco pollen clone _. _dest-dir].