diff --git a/cabal.project b/cabal.project index 5b9a379f22..b4c9eb25ef 100644 --- a/cabal.project +++ b/cabal.project @@ -47,5 +47,5 @@ write-ghc-environment-files: always source-repository-package type: git location: https://github.com/IntersectMBO/cardano-api.git - tag: 0fa74a6b488ed1fed5f3865780051dd6324a3ff1 + tag: c16e8d23baebc2b3d0e93c3ccf819356740ca691 subdir: cardano-api \ No newline at end of file diff --git a/cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs b/cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs index a385e41472..97c559373a 100644 --- a/cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs +++ b/cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs @@ -1300,7 +1300,7 @@ pCertificateFile balanceExecUnits = <$> ( fmap CertificateFile $ asum [ Opt.strOption $ mconcat [ Opt.long "certificate-file" - , Opt.metavar "CERTIFICATEFILE" + , Opt.metavar "FILE" , Opt.help helpText , Opt.completer (Opt.bashCompleter "file") ]