cache: fix option help text
This commit is contained in:
parent
abbcb2f5e0
commit
41a97e39c8
1 changed files with 1 additions and 1 deletions
2
cache/cache.go
vendored
2
cache/cache.go
vendored
|
@ -97,7 +97,7 @@ func init() {
|
||||||
Help: "24 hours",
|
Help: "24 hours",
|
||||||
}, {
|
}, {
|
||||||
Value: "48h",
|
Value: "48h",
|
||||||
Help: "24 hours",
|
Help: "48 hours",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Optional: true,
|
Optional: true,
|
||||||
|
|
Loading…
Reference in a new issue