Skip to content

Commit 877548a

Browse files
committed
Clarify :default/:update-fn interaction in docstring
1 parent 200c1be commit 877548a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/clojure/tools/cli.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@
641641
:default 0
642642
:update-fn inc]
643643
644-
:default is applied first. If you wish to avoid the :default
644+
:default is applied first. If you wish to omit the :default
645645
option value, use fnil in your :update-fn as follows:
646646
647647
[\"-v\" \"--verbose\"

0 commit comments

Comments
 (0)