fix(ipfs_routingd) ttl documentation
Brian Tiger Chow committed
Feb 12, 2015 at 11:04 UTC
b1fb213ad1b579417d30703d6e41c4720f0fc389
1 file changed
+1
-1
cmd/ipfs_routingd/main.go
+1
-1
@@ -24,7 +24,7 @@ import (
24
)
25
26
var (
27
- ttl = flag.Duration("ttl", 12*time.Hour, "routing datastore (also available: aws)")
27
+ ttl = flag.Duration("ttl", 12*time.Hour, "period after which routing keys expire")
28
redisHost = flag.String("redis-host", "localhost:6379", "redis tcp host address:port")
29
redisPassword = flag.String("redis-pass", "", "redis password if required")
30
datastoreOption = flag.String("datastore", "redis", "routing datastore (also available: aws)")