Skip to content

Commit 0e28238

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

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
@@ -106,7 +106,7 @@ mergeBuiltins =
106106
[]
107107
I.Hidden
108108
[("namespace", Optional, namespaceArg)]
109-
"Adds the builtins to `builtin.` or to the specified namespace (excluding `io` and misc)."
109+
"Adds the builtins (excluding `io` and misc) to the specified namespace. Defaults to `builtin.`"
110110
\case
111111
[] -> pure . Input.MergeBuiltinsI $ Nothing
112112
[p] -> first P.text do

0 commit comments

Comments
 (0)