Skip to content

Commit ca3e53c

Browse files
Update unison-cli/src/Unison/CommandLine/InputPatterns.hs
Co-authored-by: Chris Penner <christopher.penner@gmail.com>
1 parent 16596c4 commit ca3e53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unison-cli/src/Unison/CommandLine/InputPatterns.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ mergeIOBuiltins =
121121
[]
122122
I.Hidden
123123
[("namespace", Optional, namespaceArg)]
124-
"Adds all the builtins to `builtin.` or to the specified namespace, including `io` and misc."
124+
"Adds all the builtins, including `io` and misc., to the specified namespace. Defaults to `builtin.`"
125125
\case
126126
[] -> pure . Input.MergeIOBuiltinsI $ Nothing
127127
[p] -> first P.text do

0 commit comments

Comments
 (0)