Skip to content

Commit

Permalink
Remove use of multiline string
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-iohk committed Jan 20, 2023
1 parent d7faf6c commit d19d49d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cardano-cli/src/Cardano/CLI/Parsers.hs
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ opts =
Opt.info (parseClientCommand <**> Opt.helper)
( Opt.fullDesc
<> Opt.header
"cardano-cli - General purpose command-line utility to interact with cardano-node.\
\ Provides specific commands to manage keys, addresses, build & submit transactions, \
\ certificates, etc."
(mconcat [ "cardano-cli - General purpose command-line utility to interact with cardano-node."
, " Provides specific commands to manage keys, addresses, build & submit transactions, "
, " certificates, etc."
])
)

pref :: ParserPrefs
Expand Down

0 comments on commit d19d49d

Please sign in to comment.