diff --git a/cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs b/cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs index 859462a986..329625067c 100644 --- a/cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs +++ b/cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs @@ -959,7 +959,7 @@ pConstitutionHash = Opt.option readSafeHash $ mconcat [ Opt.long "constitution-hash" , Opt.metavar "HASH" - , Opt.help "Hash of the constitution data (obtain it with \"cardano-cli conway governance hash anchor-data ...\")." + , Opt.help "Hash of the constitution data (obtain it with \"cardano-cli hash anchor-data ...\")." ] pUrl :: String -> String -> Parser L.Url @@ -3219,7 +3219,7 @@ pVoteAnchorDataHash = Opt.option readSafeHash $ mconcat [ Opt.long "anchor-data-hash" , Opt.metavar "HASH" - , Opt.help "Hash of the vote anchor data (obtain it with \"cardano-cli conway governance hash anchor-data ...\")." + , Opt.help "Hash of the vote anchor data (obtain it with \"cardano-cli hash anchor-data ...\")." ] pAlwaysNoConfidence :: Parser () @@ -3332,7 +3332,7 @@ pAnchorDataHash = Opt.option readSafeHash $ mconcat [ Opt.long "anchor-data-hash" , Opt.metavar "HASH" - , Opt.help "Proposal anchor data hash (obtain it with \"cardano-cli conway governance hash anchor-data ...\")" + , Opt.help "Proposal anchor data hash (obtain it with \"cardano-cli hash anchor-data ...\")" ] pPreviousGovernanceAction :: Parser (Maybe (TxId, Word16)) diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-constitution.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-constitution.cli index feb02509ee..3de21974bf 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-constitution.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-constitution.cli @@ -41,11 +41,10 @@ Available options: Action index of the previous governance action. --anchor-url TEXT Anchor URL --anchor-data-hash HASH Proposal anchor data hash (obtain it with - "cardano-cli conway governance hash anchor-data ...") + "cardano-cli hash anchor-data ...") --constitution-url TEXT Constitution URL. --constitution-hash HASH Hash of the constitution data (obtain it with - "cardano-cli conway governance hash anchor-data - ..."). + "cardano-cli hash anchor-data ..."). --constitution-script-hash HASH Constitution script hash (hex-encoded). Obtain it with "cardano-cli hash script ...". diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-hardfork.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-hardfork.cli index 9d88d05f3a..9843b3ebc9 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-hardfork.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-hardfork.cli @@ -40,7 +40,7 @@ Available options: Action index of the previous governance action. --anchor-url TEXT Anchor URL --anchor-data-hash HASH Proposal anchor data hash (obtain it with - "cardano-cli conway governance hash anchor-data ...") + "cardano-cli hash anchor-data ...") --protocol-major-version MAJOR Specify the major protocol version to fork into. It must be the next natural number after the current diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-info.cli index c87ac1dcb5..a6dabfb4f8 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-info.cli @@ -29,7 +29,7 @@ Available options: Target stake address (bech32 format). --anchor-url TEXT Anchor URL --anchor-data-hash HASH Proposal anchor data hash (obtain it with - "cardano-cli conway governance hash anchor-data ...") + "cardano-cli hash anchor-data ...") --out-file FILE Path to action file to be used later on with build or build-raw -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-no-confidence.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-no-confidence.cli index 78eb1bb6eb..7e0a6aac3f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-no-confidence.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-no-confidence.cli @@ -34,7 +34,7 @@ Available options: Target stake address (bech32 format). --anchor-url TEXT Anchor URL --anchor-data-hash HASH Proposal anchor data hash (obtain it with - "cardano-cli conway governance hash anchor-data ...") + "cardano-cli hash anchor-data ...") --prev-governance-action-tx-id TXID Txid of the previous governance action. --prev-governance-action-index WORD16 diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-protocol-parameters-update.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-protocol-parameters-update.cli index ee1d21d878..ac91cb2acd 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-protocol-parameters-update.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-protocol-parameters-update.cli @@ -79,7 +79,7 @@ Available options: Target stake address (bech32 format). --anchor-url TEXT Anchor URL --anchor-data-hash HASH Proposal anchor data hash (obtain it with - "cardano-cli conway governance hash anchor-data ...") + "cardano-cli hash anchor-data ...") --prev-governance-action-tx-id TXID Txid of the previous governance action. --prev-governance-action-index WORD16 diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-treasury-withdrawal.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-treasury-withdrawal.cli index 41a8c20fdc..7851673945 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-treasury-withdrawal.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-treasury-withdrawal.cli @@ -39,7 +39,7 @@ Available options: Target stake address (bech32 format). --anchor-url TEXT Anchor URL --anchor-data-hash HASH Proposal anchor data hash (obtain it with - "cardano-cli conway governance hash anchor-data ...") + "cardano-cli hash anchor-data ...") --funds-receiving-stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). --funds-receiving-stake-verification-key-file FILE diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_update-committee.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_update-committee.cli index 5754de8d53..a219cc44a1 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_update-committee.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_update-committee.cli @@ -47,7 +47,7 @@ Available options: Target stake address (bech32 format). --anchor-url TEXT Anchor URL --anchor-data-hash HASH Proposal anchor data hash (obtain it with - "cardano-cli conway governance hash anchor-data ...") + "cardano-cli hash anchor-data ...") --remove-cc-cold-verification-key STRING Constitutional Committee cold key (hex-encoded). --remove-cc-cold-verification-key-file FILE diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_vote_create.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_vote_create.cli index 4cad3f372d..df47986735 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_vote_create.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_vote_create.cli @@ -49,7 +49,6 @@ Available options: Obtain it with "cardano-cli hash script ...". --anchor-url TEXT Vote anchor URL --anchor-data-hash HASH Hash of the vote anchor data (obtain it with - "cardano-cli conway governance hash anchor-data - ..."). + "cardano-cli hash anchor-data ..."). --out-file FILE Output filepath of the vote. -h,--help Show this help text