We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 542d3fa commit 848f4faCopy full SHA for 848f4fa
1 file changed
src/main/clojure/cljs/cli.clj
@@ -471,7 +471,7 @@ present"
471
:arg "name"
472
:doc
473
(str "The JavaScript target. Configures environment bootstrap and "
474
- "defaults to browser. Supported values: nodejs, nashorn, "
+ "defaults to browser. Supported values: node or nodejs, nashorn, "
475
"webworker, none") }
476
["-ro" "--repl-opts"] {:group ::main&compile :fn repl-env-opts-opt
477
:arg "edn"
0 commit comments