Skip to content

Commit 632a171

Browse files
avfonarevmfikes
authored andcommitted
CLJS-3020: cljs.main: Incorrect documentation for the --compile flag
Fixed documentation for the --compile flag of cljs.main. Previously it was mentioning a nonexistent --server option (instead of --serve).
1 parent 857c1e2 commit 632a171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/cli.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ present"
603603
:doc (str "Run a compile. If optional namespace specified, use as "
604604
"the main entry point. If --repl follows, "
605605
"will launch a REPL after the compile completes. "
606-
"If --server follows, will start a web server that serves "
606+
"If --serve follows, will start a web server that serves "
607607
"the current directory after the compile completes.")}
608608
["-s" "--serve"] {:fn serve-opt
609609
:arg "host:port"

0 commit comments

Comments
 (0)