Skip to content

Commit

Permalink
CLI: fix jormungandr args validation messages
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Oct 20, 2019
1 parent a726eaa commit af0019b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/jormungandr/exe/cardano-wallet-jormungandr.hs
Expand Up @@ -301,6 +301,6 @@ extraArguments = many $ argument jmArg $ mempty
suggestion "--storage"
| otherwise = Nothing
suggestion arg = "The " <> arg <> " argument is used by "
<> "`cardano-wallet-jormungandr launch'."
<> "\nIf you need this level of flexibility, run `jormungandr' "
<> " separately and use `cardano-wallet-jormungandr serve'."
<> "\"cardano-wallet-jormungandr launch\"."
<> "\nIf you need this level of flexibility, run \"jormungandr\" "
<> "separately and use \"cardano-wallet-jormungandr serve\"."

0 comments on commit af0019b

Please sign in to comment.