Skip to content

Commit 5e88d33

Browse files
committed
CLJS-3281: CLI help for target missing comma
1 parent 599cd05 commit 5e88d33

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
@@ -628,7 +628,7 @@ present"
628628
:arg "name"
629629
:doc
630630
(str "The JavaScript target. Configures environment bootstrap and "
631-
"defaults to browser. Supported values: node or nodejs "
631+
"defaults to browser. Supported values: node or nodejs, "
632632
"webworker, none") }
633633
["-ro" "--repl-opts"] {:group ::main&compile :fn repl-env-opts-opt
634634
:arg "edn"

0 commit comments

Comments
 (0)