Commit 0ac1fcee authored by Will Cory's avatar Will Cory Committed by GitHub

indexer -> INDEXER

parent 24a26fce
......@@ -99,7 +99,7 @@ func (c *Cli) Run(args []string) error {
func NewCli(GitVersion string, GitCommit string, GitDate string) *Cli {
flags := []cli.Flag{ConfigFlag}
flags = append(flags, log.CLIFlags("indexer")...)
flags = append(flags, log.CLIFlags("INDEXER")...)
app := &cli.App{
Version: fmt.Sprintf("%s-%s", GitVersion, params.VersionWithCommit(GitCommit, GitDate)),
Description: "An indexer of all optimism events with a serving api layer",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment