We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
genesis migrate
1 parent d3ee514 commit 4817222Copy full SHA for 4817222
1 file changed
x/genutil/client/cli/migrate.go
@@ -36,7 +36,7 @@ func MigrateGenesisCmd(migrations types.MigrationMap) *cobra.Command {
36
Use: "migrate [target-version] [genesis-file]",
37
Short: "Migrate genesis to a specified target version",
38
Long: "Migrate the source genesis into the target version and print to STDOUT",
39
- Example: fmt.Sprintf("%s migrate v0.47 /path/to/genesis.json --chain-id=cosmoshub-3 --genesis-time=2019-04-22T17:00:00Z", version.AppName),
+ Example: fmt.Sprintf("%s genesis migrate v0.47 /path/to/genesis.json --chain-id=cosmoshub-3 --genesis-time=2019-04-22T17:00:00Z", version.AppName),
40
Args: cobra.ExactArgs(2),
41
RunE: func(cmd *cobra.Command, args []string) error {
42
return MigrateHandler(cmd, args, migrations)
0 commit comments