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, &importCommand,
&snapshotCommand, &snapshotCommand,
&supportCommand, &supportCommand,
&backupCommand, //&backupCommand,
} }
return app return app
} }