Skip to content

Commit

Permalink
Merge #886
Browse files Browse the repository at this point in the history
886: cardano-wallet-jormungandr: tweak error message style r=KtorZ a=rvl

Relates to #848.

# Overview

Addresses this [review comment](#862 (comment)) from @piotr-iohk on #862.


Co-authored-by: Rodney Lorrimar <rodney.lorrimar@iohk.io>
  • Loading branch information
iohk-bors[bot] and rvl committed Oct 23, 2019
2 parents 72abe35 + ae6bfb8 commit f15883d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/jormungandr/exe/cardano-wallet-jormungandr.hs
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,6 @@ extraArguments = many $ argument jmArg $ mempty
| "--storage" `isPrefixOf` arg = Just $
suggestion "--storage"
| otherwise = Nothing
suggestion arg = "The " <> arg <> " argument is used by the launch command."
<> "\nIf you need this level of flexibility, run \"jormungandr\" "
<> "separately and use \"cardano-wallet-jormungandr serve\"."
suggestion arg = "The " <> arg <> " argument is used by the 'launch'"
<> " command.\nIf you need to use this option,"
<> " run Jörmungandr separately and use 'serve'."

0 comments on commit f15883d

Please sign in to comment.