Skip to content

Commit

Permalink
docs(keys): remove unsupported --dry-run flag description for `keys…
Browse files Browse the repository at this point in the history
… migrate` (backport #22057) (#22070)

Co-authored-by: tutufen <[email protected]>
  • Loading branch information
mergify[bot] and tutufen authored Oct 3, 2024
1 parent 35f8d05 commit 8df6800
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/keys/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ Otherwise, we try to deserialize it using Amino into LegacyInfo. If this attempt
LegacyInfo to Protobuf serialization format and overwrite the keyring entry. If any error occurred, it will be
outputted in CLI and migration will be continued until all keys in the keyring DB are exhausted.
See https://github.com/cosmos/cosmos-sdk/pull/9695 for more details.
It is recommended to run in 'dry-run' mode first to verify all key migration material.
`,
Args: cobra.NoArgs,
RunE: runMigrateCmd,
Expand Down

0 comments on commit 8df6800

Please sign in to comment.