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` (#22057)

(cherry picked from commit 5a411c3)
  • Loading branch information
tutufen authored and mergify[bot] committed Oct 3, 2024
1 parent 171a3c8 commit 5b2e844
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 5b2e844

Please sign in to comment.