Commit ba38b15d authored by Will Cory's avatar Will Cory Committed by Will Cory

Better description

parent a8baacb2
...@@ -84,7 +84,7 @@ func NewCli(GitVersion string, GitCommit string, GitDate string) *Cli { ...@@ -84,7 +84,7 @@ func NewCli(GitVersion string, GitCommit string, GitDate string) *Cli {
app := &cli.App{ app := &cli.App{
Version: fmt.Sprintf("%s-%s", GitVersion, params.VersionWithCommit(GitCommit, GitDate)), Version: fmt.Sprintf("%s-%s", GitVersion, params.VersionWithCommit(GitCommit, GitDate)),
Description: "Service for indexing deposits and withdrawals by account", Description: "An indexer of all optimism events with a serving api layer",
Commands: []*cli.Command{ Commands: []*cli.Command{
{ {
Name: "api", Name: "api",
......
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