diff --git a/unison-cli/src/Unison/CommandLine/InputPatterns.hs b/unison-cli/src/Unison/CommandLine/InputPatterns.hs index a257fc6bc7..17ca39c688 100644 --- a/unison-cli/src/Unison/CommandLine/InputPatterns.hs +++ b/unison-cli/src/Unison/CommandLine/InputPatterns.hs @@ -2474,15 +2474,13 @@ createAuthor = [] I.Visible [(Required, noCompletionsArg), (Required, noCompletionsArg)] - ( makeExample createAuthor ["alicecoder", "\"Alice McGee\""] - <> "creates" + ( makeExample createAuthor ["alicecoder", "\"Alice McGee\""] <> " " + <> P.wrap (" creates " <> backtick "alicecoder" <> "values in" <> backtick "metadata.authors" <> "and" - <> backtick "metadata.copyrightHolders" - <> "." - ) + <> backtick (P.group ("metadata.copyrightHolders" <> ".")))) ( \case symbolStr : authorStr@(_ : _) -> first fromString $ do symbol <- Path.definitionNameSegment symbolStr