From 324d8a883159561d590c374d0cd35e9a94ed45b3 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sun, 22 Feb 2015 17:24:05 -0800 Subject: [PATCH] doc typo --- scribblings/raco.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scribblings/raco.scrbl b/scribblings/raco.scrbl index 084b5c5..a4a5515 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 the @racket[_source-path] onto the desktop. +@racket[raco pollen clone _source-path] will clone source from @racket[_source-path] onto the desktop. -@racket[raco pollen clone _source-path _dest-path] will clone source from the @racket[_source-path] to @racket[_dest-path] rather than 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. -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-path].