Skip to content

Commit

Permalink
Merge #2854
Browse files Browse the repository at this point in the history
2854: Fix typo in the name of the --whole-utxo cli flag r=Jimbo4350 a=dcoutts



Co-authored-by: Duncan Coutts <[email protected]>
  • Loading branch information
iohk-bors[bot] and dcoutts authored Jun 23, 2021
2 parents b76de42 + 4c1ae09 commit 7ccc4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-cli/src/Cardano/CLI/Shelley/Parsers.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1963,7 +1963,7 @@ pQueryUTxOFilter =
where
pQueryUTxOWhole =
Opt.flag' QueryUTxOWhole
( Opt.long "--whole-utxo"
( Opt.long "whole-utxo"
<> Opt.help "Return the whole UTxO (only appropriate on small testnets)."
)

Expand Down

0 comments on commit 7ccc4eb

Please sign in to comment.