fix description of `render` command (fixes #125)

pull/127/head
Matthew Butterick 8 years ago
parent 00aa4cce18
commit 6ef123ece7

@ -48,11 +48,10 @@
(define (handle-help) (define (handle-help)
(displayln (format "Pollen commands: (displayln (format "Pollen commands:
help show this message help show this message
start [dir] [port] starts project server in dir (default is current dir) start [dir] [port] starts project server in dir (default is current dir)
(default port is ~a) (default port is ~a)
render [dir] [dest] render project in dir (default is current dir) render [dir] render project in dir (default is current dir)
to dest (default is desktop) render path ... render one or more paths (can be source or output name)
render filename render filename only (can be source or output name)
publish copy project to ~a without source files publish copy project to ~a without source files
publish [dir] [dest] copy project in dir to dest without source files publish [dir] [dest] copy project in dir to dest without source files
(warning: overwrites existing dest) (warning: overwrites existing dest)

@ -1 +1 @@
1471901726 1473015153

Loading…
Cancel
Save