From 4c1ae0973de893ddf9822d5bb3c921c2de9c075d Mon Sep 17 00:00:00 2001 From: Duncan Coutts Date: Tue, 22 Jun 2021 21:07:43 +0100 Subject: [PATCH] Fix typo in the name of the --whole-utxo cli flag --- cardano-cli/src/Cardano/CLI/Shelley/Parsers.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cardano-cli/src/Cardano/CLI/Shelley/Parsers.hs b/cardano-cli/src/Cardano/CLI/Shelley/Parsers.hs index 8ced215f048..79ad801d149 100644 --- a/cardano-cli/src/Cardano/CLI/Shelley/Parsers.hs +++ b/cardano-cli/src/Cardano/CLI/Shelley/Parsers.hs @@ -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)." )