We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b4d7e commit 786bc0fCopy full SHA for 786bc0f
src/main/clojure/cljs/cli.clj
@@ -599,7 +599,7 @@ present"
599
(def ^{:doc "Default commands for ClojureScript REPLs. :groups are to support
600
printing organized output for --help. a :main option must come at the end, they
601
specify things like running a -main fn, compile, repl, or web serving. Sometimes
602
-:main options can use be used together (i.e. --compile --repl), but this is not
+:main options can be used together (i.e. --compile --repl), but this is not
603
generic - the combinations must be explicitly supported"}
604
default-commands
605
(add-commands
0 commit comments