Skip to content

Commit 4817222

Browse files
tutufenmergify[bot]
authored andcommitted
docs(x/genutil): fix genesis migrate command examples (#22090)
(cherry picked from commit 8bbf51c)
1 parent d3ee514 commit 4817222

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x/genutil/client/cli/migrate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func MigrateGenesisCmd(migrations types.MigrationMap) *cobra.Command {
3636
Use: "migrate [target-version] [genesis-file]",
3737
Short: "Migrate genesis to a specified target version",
3838
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),
39+
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),
4040
Args: cobra.ExactArgs(2),
4141
RunE: func(cmd *cobra.Command, args []string) error {
4242
return MigrateHandler(cmd, args, migrations)

0 commit comments

Comments
 (0)