cache: fix option help text

This commit is contained in:
Remus Bunduc 2017-11-21 11:25:28 +02:00
parent abbcb2f5e0
commit 41a97e39c8

2
cache/cache.go vendored
View file

@ -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,