diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help.cli index 3c088a6921..d0e084e3d2 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help.cli @@ -6930,9 +6930,10 @@ Usage: cardano-cli conway governance committee create-hot-key-authorization-cert | --cold-script-hash HASH | --cold-script-file FILE ) - ( --hot-key STRING - | --hot-key-file FILE - | --hot-key-hash STRING + ( --hot-verification-key STRING + | --hot-verification-key-file FILE + | --hot-verification-key-hash STRING + | --hot-script-hash HASH | --hot-script-file FILE ) --out-file FILE diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_committee_create-hot-key-authorization-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_committee_create-hot-key-authorization-certificate.cli index aa7b5610a9..94908152dd 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_committee_create-hot-key-authorization-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_committee_create-hot-key-authorization-certificate.cli @@ -5,9 +5,10 @@ Usage: cardano-cli conway governance committee create-hot-key-authorization-cert | --cold-script-hash HASH | --cold-script-file FILE ) - ( --hot-key STRING - | --hot-key-file FILE - | --hot-key-hash STRING + ( --hot-verification-key STRING + | --hot-verification-key-file FILE + | --hot-verification-key-hash STRING + | --hot-script-hash HASH | --hot-script-file FILE ) --out-file FILE @@ -25,9 +26,15 @@ Available options: (hex-encoded). Obtain it with "cardano-cli hash script ...". --cold-script-file FILE Cold Native or Plutus script file - --hot-key STRING Constitutional Committee hot key (hex-encoded). - --hot-key-file FILE Filepath of the Consitutional Committee hot key. - --hot-key-hash STRING Constitutional Committee key hash (hex-encoded). + --hot-verification-key STRING + Constitutional Committee hot key (hex-encoded). + --hot-verification-key-file FILE + Filepath of the Consitutional Committee hot key. + --hot-verification-key-hash STRING + Constitutional Committee key hash (hex-encoded). + --hot-script-hash HASH Committee hot Native or Plutus script file hash + (hex-encoded). Obtain it with "cardano-cli hash + script ...". --hot-script-file FILE Hot Native or Plutus script file --out-file FILE The output file. -h,--help Show this help text