comment out "erigon alpha_backup" cmd

This commit is contained in:
alex.sharov 2023-05-02 13:06:22 +07:00
parent 6a7824c469
commit b53c2b1775

View File

@ -53,7 +53,7 @@ func MakeApp(name string, action cli.ActionFunc, cliFlags []cli.Flag) *cli.App {
&importCommand,
&snapshotCommand,
&supportCommand,
&backupCommand,
//&backupCommand,
}
return app
}