Skip to content

Commit

Permalink
Update cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Pablo Lamela <pablo.lamela@iohk.io>
  • Loading branch information
smelc and palas authored Jan 10, 2025
1 parent f7b4604 commit ab49f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1735,7 +1735,7 @@ pTxIdOutputFormatJsonOrText =
make format desc flag_ default_ =
Opt.flag' format $
mconcat
[ Opt.help $ "Format output to " <> desc <> (if default_ then " (the default)." else ".")
[ Opt.help $ "Format output as " <> desc <> (if default_ then " (the default)." else ".")
, Opt.long ("output-" <> flag_)
]

Expand Down

0 comments on commit ab49f8f

Please sign in to comment.