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 6ea71ec9c0..78f7b97936 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help.cli @@ -7089,7 +7089,7 @@ Usage: cardano-cli conway governance drep id | --drep-verification-key-file FILEPATH | --drep-key-hash HASH ) - [--output-format STRING] + [--output-hex | --output-bech32] [--out-file FILEPATH] Generate a drep id. @@ -9110,7 +9110,7 @@ Usage: cardano-cli latest governance drep id | --drep-verification-key-file FILEPATH | --drep-key-hash HASH ) - [--output-format STRING] + [--output-hex | --output-bech32] [--out-file FILEPATH] Generate a drep id. @@ -11733,7 +11733,9 @@ Usage: cardano-cli compatible conway governance drep id | --drep-verification-key-file FILEPATH | --drep-key-hash HASH ) - [--output-format STRING] + [ --output-hex + | --output-bech32 + ] [--out-file FILEPATH] Generate a drep id. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/compatible_conway_governance_drep_id.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/compatible_conway_governance_drep_id.cli index 029942854e..57a149e683 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/compatible_conway_governance_drep_id.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/compatible_conway_governance_drep_id.cli @@ -3,7 +3,9 @@ Usage: cardano-cli compatible conway governance drep id | --drep-verification-key-file FILEPATH | --drep-key-hash HASH ) - [--output-format STRING] + [ --output-hex + | --output-bech32 + ] [--out-file FILEPATH] Generate a drep id. @@ -15,7 +17,7 @@ Available options: Filepath of the DRep verification key. --drep-key-hash HASH DRep verification key hash (either Bech32-encoded or hex-encoded). - --output-format STRING Optional drep id output format. Accepted output - formats are "hex" and "bech32" (default is "bech32"). + --output-hex Format drep id output as hex. + --output-bech32 Format drep id output as bech32 (the default). --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_id.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_id.cli index e9c2947bec..c08cc40f8a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_id.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_id.cli @@ -3,7 +3,7 @@ Usage: cardano-cli conway governance drep id | --drep-verification-key-file FILEPATH | --drep-key-hash HASH ) - [--output-format STRING] + [--output-hex | --output-bech32] [--out-file FILEPATH] Generate a drep id. @@ -15,7 +15,7 @@ Available options: Filepath of the DRep verification key. --drep-key-hash HASH DRep verification key hash (either Bech32-encoded or hex-encoded). - --output-format STRING Optional drep id output format. Accepted output - formats are "hex" and "bech32" (default is "bech32"). + --output-hex Format drep id output as hex. + --output-bech32 Format drep id output as bech32 (the default). --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_drep_id.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_drep_id.cli index 307f2729ca..c3db20ba3a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_drep_id.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_drep_id.cli @@ -3,7 +3,7 @@ Usage: cardano-cli latest governance drep id | --drep-verification-key-file FILEPATH | --drep-key-hash HASH ) - [--output-format STRING] + [--output-hex | --output-bech32] [--out-file FILEPATH] Generate a drep id. @@ -15,7 +15,7 @@ Available options: Filepath of the DRep verification key. --drep-key-hash HASH DRep verification key hash (either Bech32-encoded or hex-encoded). - --output-format STRING Optional drep id output format. Accepted output - formats are "hex" and "bech32" (default is "bech32"). + --output-hex Format drep id output as hex. + --output-bech32 Format drep id output as bech32 (the default). --out-file FILEPATH The output file. -h,--help Show this help text