Skip to content

Commit

Permalink
internal/config/cli.go: set description for abi-cache-api-timeout flag
Browse files Browse the repository at this point in the history
  • Loading branch information
pnx committed Jul 28, 2024
1 parent 18a8fee commit ecdde63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func GetFlags() *pflag.FlagSet {
flags.String("cache", "redis", "What cache driver to use")

// AbiCache
flags.Duration("abi-cache-api-timeout", time.Second, "")
flags.Duration("abi-cache-api-timeout", time.Second, "Duration before the api call times out when the ABI cache requests an abi.")

// Log
flags.StringP("log", "l", "", "Path to log file (default: print to stdout/stderr)")
Expand Down

0 comments on commit ecdde63

Please sign in to comment.