We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857c1e2 commit 632a171Copy full SHA for 632a171
src/main/clojure/cljs/cli.clj
@@ -603,7 +603,7 @@ present"
603
:doc (str "Run a compile. If optional namespace specified, use as "
604
"the main entry point. If --repl follows, "
605
"will launch a REPL after the compile completes. "
606
- "If --server follows, will start a web server that serves "
+ "If --serve follows, will start a web server that serves "
607
"the current directory after the compile completes.")}
608
["-s" "--serve"] {:fn serve-opt
609
:arg "host:port"
0 commit comments