Skip to content

Commit e685454

Browse files
committed
typo
1 parent c3ff1ff commit e685454

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/clojure/cljs/cli.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ generic - the combinations must be explicitly supported"}
721721
:doc "Print this help message and exit"}}}))
722722

723723
(defn get-arg-default
724-
"Given commands and arg, return the :defaults value for that arg. The
724+
"Given commands and arg, return the :default value for that arg. The
725725
arg should either be a bool, or declare :optional-arg? in the config"
726726
[commands arg]
727727
(let [config (get-in commands [:index arg])]

0 commit comments

Comments
 (0)