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].