Skip to content

Commit

Permalink
* typo
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Aug 3, 2024
1 parent 48b4d7e commit 786bc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/clojure/cljs/cli.clj
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ present"
(def ^{:doc "Default commands for ClojureScript REPLs. :groups are to support
printing organized output for --help. a :main option must come at the end, they
specify things like running a -main fn, compile, repl, or web serving. Sometimes
: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
generic - the combinations must be explicitly supported"}
default-commands
(add-commands
Expand Down

0 comments on commit 786bc0f

Please sign in to comment.