1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00

internal/config/cli.go: set description for abi-cache-api-timeout flag

This commit is contained in:
Henrik Hautakoski 2024-07-28 14:45:33 +02:00
parent 18a8feea9e
commit ecdde63f68

View file

@ -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)")