File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ func MigrateGenesisCmd(migrations types.MigrationMap) *cobra.Command {
29
29
Use : "migrate <target-version> <genesis-file>" ,
30
30
Short : "Migrate genesis to a specified target version" ,
31
31
Long : "Migrate the source genesis into the target version and print to STDOUT" ,
32
- Example : fmt .Sprintf ("%s migrate v0.47 /path/to/genesis.json --chain-id=cosmoshub-3 --genesis-time=2019-04-22T17:00:00Z" , version .AppName ),
32
+ 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 ),
33
33
Args : cobra .ExactArgs (2 ),
34
34
RunE : func (cmd * cobra.Command , args []string ) error {
35
35
return MigrateHandler (cmd , args , migrations )
You can’t perform that action at this time.
0 commit comments