Skip to content

Commit 5a411c3

Browse files
authored
docs(keys): remove unsupported --dry-run flag description for keys migrate (#22057)
1 parent 4e6a43b commit 5a411c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

client/keys/migrate.go

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ Otherwise, we try to deserialize it using Amino into LegacyInfo. If this attempt
1818
LegacyInfo to Protobuf serialization format and overwrite the keyring entry. If any error occurred, it will be
1919
outputted in CLI and migration will be continued until all keys in the keyring DB are exhausted.
2020
See https://github.com/cosmos/cosmos-sdk/pull/9695 for more details.
21-
22-
It is recommended to run in 'dry-run' mode first to verify all key migration material.
2321
`,
2422
Args: cobra.NoArgs,
2523
RunE: runMigrateCmd,

0 commit comments

Comments
 (0)