Skip to content

Commit

Permalink
Merge pull request #486 from input-output-hk/ch/fix-default-key-format
Browse files Browse the repository at this point in the history
Update the `--key-output-format` help text: default is text-envelope
  • Loading branch information
carlhammann authored Nov 30, 2023
2 parents 06e27c9 + 0a7e1f9 commit 179b44f
Show file tree
Hide file tree
Showing 64 changed files with 64 additions and 64 deletions.
2 changes: 1 addition & 1 deletion cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down
Loading

0 comments on commit 179b44f

Please sign in to comment.