docs(keys): remove unsupported --dry-run flag description for keys migrate (backport #22057) (#22070)

Co-authored-by: tutufen <tutufen@outlook.com>
This commit is contained in:
mergify[bot] 2024-10-03 11:06:23 +02:00 committed by GitHub
parent 35f8d0565b
commit 8df6800cc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,