Skip to content

Commit

Permalink
Merge pull request #4361 from JohanWinther/pull-explanation-missing-s…
Browse files Browse the repository at this point in the history
…paces
  • Loading branch information
aryairani authored Nov 8, 2023
2 parents 22c0d97 + fdb3808 commit e8314b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,4 @@ The format for this list: name, GitHub handle
* Hatim Khambati (@hatimkhambati26)
* Kyle Goetz (@kylegoetz)
* Ethan Morgan (@sixfourtwelve)
* Johan Winther (@JohanWinther)
8 changes: 4 additions & 4 deletions unison-cli/src/Unison/CommandLine/InputPatterns.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1210,11 +1210,11 @@ pullImpl name aliases verbosity pullMode addendum = do
argTypes = [(Optional, remoteNamespaceArg), (Optional, namespaceArg)],
help =
P.lines
[ P.wrap
[ P.wrap $
"The"
<> makeExample' self
<> "command merges a remote namespace into a local namespace"
<> addendum,
<> makeExample' self
<> "command merges a remote namespace into a local namespace"
<> addendum,
"",
P.wrapColumn2
[ ( makeExample self ["@unison/base/main"],
Expand Down

0 comments on commit e8314b0

Please sign in to comment.