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

Co-authored-by: tutufen <tutufen@outlook.com>
This commit is contained in:
mergify[bot] 2024-10-03 11:06:08 +02:00 committed by GitHub
parent 171a3c866a
commit ce10b1fa9a
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,