diff --git a/cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs b/cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs index 5b9068a6b0..b51176d783 100644 --- a/cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs +++ b/cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs @@ -1549,7 +1549,7 @@ pKeyOutputFormat = , Opt.metavar "STRING" , Opt.help $ mconcat [ "Optional key output format. Accepted output formats are \"text-envelope\" " - , "and \"bech32\" (default is \"bech32\")." + , "and \"bech32\" (default is \"text-envelope\")." ] , Opt.value KeyOutputFormatTextEnvelope ] diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/address_key-gen.cli index d89dab5eec..ad08f0484f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/address_key-gen.cli @@ -12,7 +12,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --normal-key Use a normal Shelley-era key (default). --extended-key Use an extended ed25519 Shelley-era key. --byron-key Use a Byron-era key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_address_key-gen.cli index b4fb7b4375..41f10fe19d 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_address_key-gen.cli @@ -12,7 +12,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --normal-key Use a normal Shelley-era key (default). --extended-key Use an extended ed25519 Shelley-era key. --byron-key Use a Byron-era key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create-staked.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create-staked.cli index 5565cb2ab8..2d5018aa6f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create-staked.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create-staked.cli @@ -22,7 +22,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --genesis-dir DIR The genesis directory containing the genesis template and required genesis/delegation/spending keys. --gen-genesis-keys INT The number of genesis keys to make [default is 3]. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create.cli index ac9e98ebf3..765320b3c1 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create.cli @@ -15,7 +15,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --genesis-dir DIR The genesis directory containing the genesis template and required genesis/delegation/spending keys. --gen-genesis-keys INT The number of genesis keys to make [default is 3]. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-gen-KES.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-gen-KES.cli index 9e381658f1..c887c48ba4 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-gen-KES.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-gen-KES.cli @@ -8,7 +8,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --verification-key-file FILE Output filepath of the verification key. --signing-key-file FILE Output filepath of the signing key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-gen-VRF.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-gen-VRF.cli index 957c77f996..1328171d25 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-gen-VRF.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-gen-VRF.cli @@ -8,7 +8,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --verification-key-file FILE Output filepath of the verification key. --signing-key-file FILE Output filepath of the signing key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-gen.cli index 25e89b8ac2..897d3cd68d 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-gen.cli @@ -10,7 +10,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --cold-verification-key-file FILE Filepath of the cold verification key. --cold-signing-key-file FILE diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-address_key-gen.cli index fe4347fa29..b97d9d3520 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-address_key-gen.cli @@ -8,7 +8,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --verification-key-file FILE Output filepath of the verification key. --signing-key-file FILE Output filepath of the signing key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_address_key-gen.cli index 7c73e0c74c..cd999fcdf6 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_address_key-gen.cli @@ -12,7 +12,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --normal-key Use a normal Shelley-era key (default). --extended-key Use an extended ed25519 Shelley-era key. --byron-key Use a Byron-era key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create-staked.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create-staked.cli index a884644f68..ab0aae3db3 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create-staked.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create-staked.cli @@ -22,7 +22,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --genesis-dir DIR The genesis directory containing the genesis template and required genesis/delegation/spending keys. --gen-genesis-keys INT The number of genesis keys to make [default is 3]. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create.cli index d70c25a3f1..a42bdefb2f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create.cli @@ -13,7 +13,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --genesis-dir DIR The genesis directory containing the genesis template and required genesis/delegation/spending keys. --gen-genesis-keys INT The number of genesis keys to make [default is 3]. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-gen-KES.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-gen-KES.cli index 8d5bf5aa45..8ab4d8b91e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-gen-KES.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-gen-KES.cli @@ -8,7 +8,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --verification-key-file FILE Output filepath of the verification key. --signing-key-file FILE Output filepath of the signing key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-gen-VRF.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-gen-VRF.cli index 13ea0265cc..da5dad52a2 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-gen-VRF.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-gen-VRF.cli @@ -8,7 +8,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --verification-key-file FILE Output filepath of the verification key. --signing-key-file FILE Output filepath of the signing key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-gen.cli index b55302ee9d..cd51ec05bd 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-gen.cli @@ -10,7 +10,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --cold-verification-key-file FILE Filepath of the cold verification key. --cold-signing-key-file FILE diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-address_key-gen.cli index 82a44fc700..9823812ba8 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-address_key-gen.cli @@ -8,7 +8,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --verification-key-file FILE Output filepath of the verification key. --signing-key-file FILE Output filepath of the signing key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_address_key-gen.cli index 13cf94ecde..636acb2c6d 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_address_key-gen.cli @@ -12,7 +12,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --normal-key Use a normal Shelley-era key (default). --extended-key Use an extended ed25519 Shelley-era key. --byron-key Use a Byron-era key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create-staked.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create-staked.cli index 07c268b3ba..343db296d6 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create-staked.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create-staked.cli @@ -22,7 +22,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --genesis-dir DIR The genesis directory containing the genesis template and required genesis/delegation/spending keys. --gen-genesis-keys INT The number of genesis keys to make [default is 3]. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create.cli index bdd35f87aa..8f7bfdbeb2 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create.cli @@ -15,7 +15,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --genesis-dir DIR The genesis directory containing the genesis template and required genesis/delegation/spending keys. --gen-genesis-keys INT The number of genesis keys to make [default is 3]. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-gen-KES.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-gen-KES.cli index 3238b9f371..9f667ccb4f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-gen-KES.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-gen-KES.cli @@ -8,7 +8,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --verification-key-file FILE Output filepath of the verification key. --signing-key-file FILE Output filepath of the signing key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-gen-VRF.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-gen-VRF.cli index 2d6817b12b..cae675caa3 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-gen-VRF.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-gen-VRF.cli @@ -8,7 +8,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --verification-key-file FILE Output filepath of the verification key. --signing-key-file FILE Output filepath of the signing key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-gen.cli index 237cd6856b..3a43714e91 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-gen.cli @@ -10,7 +10,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --cold-verification-key-file FILE Filepath of the cold verification key. --cold-signing-key-file FILE diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-address_key-gen.cli index 0e8df259e8..01c23dca5b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-address_key-gen.cli @@ -8,7 +8,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --verification-key-file FILE Output filepath of the verification key. --signing-key-file FILE Output filepath of the signing key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_address_key-gen.cli index 33f22ba477..9fd4d41239 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_address_key-gen.cli @@ -12,7 +12,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --normal-key Use a normal Shelley-era key (default). --extended-key Use an extended ed25519 Shelley-era key. --byron-key Use a Byron-era key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create-staked.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create-staked.cli index ad6717b7ee..d006ca91d4 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create-staked.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create-staked.cli @@ -22,7 +22,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --genesis-dir DIR The genesis directory containing the genesis template and required genesis/delegation/spending keys. --gen-genesis-keys INT The number of genesis keys to make [default is 3]. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create.cli index 55616be608..9998d25bb2 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create.cli @@ -13,7 +13,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --genesis-dir DIR The genesis directory containing the genesis template and required genesis/delegation/spending keys. --gen-genesis-keys INT The number of genesis keys to make [default is 3]. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-gen-KES.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-gen-KES.cli index b2c67f8f53..17c94cc610 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-gen-KES.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-gen-KES.cli @@ -8,7 +8,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --verification-key-file FILE Output filepath of the verification key. --signing-key-file FILE Output filepath of the signing key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-gen-VRF.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-gen-VRF.cli index 905ced5fee..7c8bcb8ee7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-gen-VRF.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-gen-VRF.cli @@ -8,7 +8,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --verification-key-file FILE Output filepath of the verification key. --signing-key-file FILE Output filepath of the signing key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-gen.cli index adbe62f0ab..94b3747ed7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-gen.cli @@ -10,7 +10,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --cold-verification-key-file FILE Filepath of the cold verification key. --cold-signing-key-file FILE diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_key-gen.cli index e238fa8f5d..12e66cd768 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_key-gen.cli @@ -8,7 +8,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --verification-key-file FILE Output filepath of the verification key. --signing-key-file FILE Output filepath of the signing key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_create-staked.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_create-staked.cli index a0dc973598..5aee77d221 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_create-staked.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_create-staked.cli @@ -20,7 +20,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --genesis-dir DIR The genesis directory containing the genesis template and required genesis/delegation/spending keys. --gen-genesis-keys INT The number of genesis keys to make [default is 3]. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_create.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_create.cli index 07e2821e4b..9b7e8bf664 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_create.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_create.cli @@ -13,7 +13,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --genesis-dir DIR The genesis directory containing the genesis template and required genesis/delegation/spending keys. --gen-genesis-keys INT The number of genesis keys to make [default is 3]. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_address_key-gen.cli index c1fe4b2f72..ab51f14187 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_address_key-gen.cli @@ -12,7 +12,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --normal-key Use a normal Shelley-era key (default). --extended-key Use an extended ed25519 Shelley-era key. --byron-key Use a Byron-era key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create-staked.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create-staked.cli index 72958e7146..a845fc0df6 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create-staked.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create-staked.cli @@ -22,7 +22,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --genesis-dir DIR The genesis directory containing the genesis template and required genesis/delegation/spending keys. --gen-genesis-keys INT The number of genesis keys to make [default is 3]. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create.cli index 90ecc7faa3..b33943070b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create.cli @@ -13,7 +13,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --genesis-dir DIR The genesis directory containing the genesis template and required genesis/delegation/spending keys. --gen-genesis-keys INT The number of genesis keys to make [default is 3]. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-gen-KES.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-gen-KES.cli index bc47b1d305..ec6f25112b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-gen-KES.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-gen-KES.cli @@ -8,7 +8,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --verification-key-file FILE Output filepath of the verification key. --signing-key-file FILE Output filepath of the signing key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-gen-VRF.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-gen-VRF.cli index 8fb6bdf1af..ac6abee6b0 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-gen-VRF.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-gen-VRF.cli @@ -8,7 +8,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --verification-key-file FILE Output filepath of the verification key. --signing-key-file FILE Output filepath of the signing key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-gen.cli index 394aa860b4..94b6692493 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-gen.cli @@ -10,7 +10,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --cold-verification-key-file FILE Filepath of the cold verification key. --cold-signing-key-file FILE diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-address_key-gen.cli index 4e935d3fc6..26c07a5d53 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-address_key-gen.cli @@ -8,7 +8,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --verification-key-file FILE Output filepath of the verification key. --signing-key-file FILE Output filepath of the signing key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_address_key-gen.cli index 716d7df691..0d4ee42502 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_address_key-gen.cli @@ -12,7 +12,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --normal-key Use a normal Shelley-era key (default). --extended-key Use an extended ed25519 Shelley-era key. --byron-key Use a Byron-era key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_create-staked.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_create-staked.cli index 28f1195e38..f2e9002e7a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_create-staked.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_create-staked.cli @@ -22,7 +22,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --genesis-dir DIR The genesis directory containing the genesis template and required genesis/delegation/spending keys. --gen-genesis-keys INT The number of genesis keys to make [default is 3]. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_create.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_create.cli index e8e5373488..ceb617891a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_create.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_create.cli @@ -13,7 +13,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --genesis-dir DIR The genesis directory containing the genesis template and required genesis/delegation/spending keys. --gen-genesis-keys INT The number of genesis keys to make [default is 3]. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-gen-KES.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-gen-KES.cli index 643675e3b1..8a86375616 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-gen-KES.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-gen-KES.cli @@ -8,7 +8,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --verification-key-file FILE Output filepath of the verification key. --signing-key-file FILE Output filepath of the signing key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-gen-VRF.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-gen-VRF.cli index c505003626..74bc6019fa 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-gen-VRF.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-gen-VRF.cli @@ -8,7 +8,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --verification-key-file FILE Output filepath of the verification key. --signing-key-file FILE Output filepath of the signing key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-gen.cli index c92e6fedf0..8948517eb9 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-gen.cli @@ -10,7 +10,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --cold-verification-key-file FILE Filepath of the cold verification key. --cold-signing-key-file FILE diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-address_key-gen.cli index 025c266131..4dc851f2ed 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-address_key-gen.cli @@ -8,7 +8,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --verification-key-file FILE Output filepath of the verification key. --signing-key-file FILE Output filepath of the signing key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_address_key-gen.cli index 7e376d0e74..d038c473f2 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_address_key-gen.cli @@ -12,7 +12,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --normal-key Use a normal Shelley-era key (default). --extended-key Use an extended ed25519 Shelley-era key. --byron-key Use a Byron-era key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create-staked.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create-staked.cli index 991f2c6925..aae4c0c8d4 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create-staked.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create-staked.cli @@ -22,7 +22,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --genesis-dir DIR The genesis directory containing the genesis template and required genesis/delegation/spending keys. --gen-genesis-keys INT The number of genesis keys to make [default is 3]. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create.cli index 685c0df834..a9047f0489 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create.cli @@ -13,7 +13,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --genesis-dir DIR The genesis directory containing the genesis template and required genesis/delegation/spending keys. --gen-genesis-keys INT The number of genesis keys to make [default is 3]. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-gen-KES.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-gen-KES.cli index 401cd90b2b..46d5feef42 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-gen-KES.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-gen-KES.cli @@ -8,7 +8,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --verification-key-file FILE Output filepath of the verification key. --signing-key-file FILE Output filepath of the signing key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-gen-VRF.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-gen-VRF.cli index f9b6fdd6fe..ccfbee23d7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-gen-VRF.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-gen-VRF.cli @@ -8,7 +8,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --verification-key-file FILE Output filepath of the verification key. --signing-key-file FILE Output filepath of the signing key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-gen.cli index 94765a567c..b692dbc36a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-gen.cli @@ -10,7 +10,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --cold-verification-key-file FILE Filepath of the cold verification key. --cold-signing-key-file FILE diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-address_key-gen.cli index 51e4b7b8c0..e7348cda22 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-address_key-gen.cli @@ -8,7 +8,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --verification-key-file FILE Output filepath of the verification key. --signing-key-file FILE Output filepath of the signing key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-gen-KES.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-gen-KES.cli index 156df35ef0..0a60a10ec7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-gen-KES.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-gen-KES.cli @@ -8,7 +8,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --verification-key-file FILE Output filepath of the verification key. --signing-key-file FILE Output filepath of the signing key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-gen-VRF.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-gen-VRF.cli index 946e8270b0..5db053cf69 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-gen-VRF.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-gen-VRF.cli @@ -8,7 +8,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --verification-key-file FILE Output filepath of the verification key. --signing-key-file FILE Output filepath of the signing key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-gen.cli index d33800d74a..51a95d17c8 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-gen.cli @@ -10,7 +10,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --cold-verification-key-file FILE Filepath of the cold verification key. --cold-signing-key-file FILE diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_address_key-gen.cli index 7dc316b633..8152f7b321 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_address_key-gen.cli @@ -12,7 +12,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --normal-key Use a normal Shelley-era key (default). --extended-key Use an extended ed25519 Shelley-era key. --byron-key Use a Byron-era key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create-staked.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create-staked.cli index ab50de04c7..f7ed470787 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create-staked.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create-staked.cli @@ -22,7 +22,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --genesis-dir DIR The genesis directory containing the genesis template and required genesis/delegation/spending keys. --gen-genesis-keys INT The number of genesis keys to make [default is 3]. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create.cli index 26c00421e4..aa986cd3fc 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create.cli @@ -15,7 +15,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --genesis-dir DIR The genesis directory containing the genesis template and required genesis/delegation/spending keys. --gen-genesis-keys INT The number of genesis keys to make [default is 3]. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-gen-KES.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-gen-KES.cli index e84de4dcc3..a7771186ff 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-gen-KES.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-gen-KES.cli @@ -8,7 +8,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --verification-key-file FILE Output filepath of the verification key. --signing-key-file FILE Output filepath of the signing key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-gen-VRF.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-gen-VRF.cli index d86ad2669e..d8ad447414 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-gen-VRF.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-gen-VRF.cli @@ -8,7 +8,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --verification-key-file FILE Output filepath of the verification key. --signing-key-file FILE Output filepath of the signing key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-gen.cli index aefc2414b8..442d483924 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-gen.cli @@ -10,7 +10,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --cold-verification-key-file FILE Filepath of the cold verification key. --cold-signing-key-file FILE diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-address_key-gen.cli index 490a3f71c5..cfac68de2f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-address_key-gen.cli @@ -8,7 +8,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --verification-key-file FILE Output filepath of the verification key. --signing-key-file FILE Output filepath of the signing key. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-address_key-gen.cli index 64dec611ef..2420e81e94 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-address_key-gen.cli @@ -8,7 +8,7 @@ Available options: --key-output-format STRING Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is - "bech32"). + "text-envelope"). --verification-key-file FILE Output filepath of the verification key. --signing-key-file FILE Output filepath of the signing key.