From 1ecf2bcbd55b714771165876b8cd6100ec3213d1 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sun, 23 Jul 2017 23:08:33 +0100 Subject: [PATCH] fs: fix typo in --bind description --- fs/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/config.go b/fs/config.go index 1e732c9f9..291afc210 100644 --- a/fs/config.go +++ b/fs/config.go @@ -99,7 +99,7 @@ var ( useListR = BoolP("fast-list", "", false, "Use recursive list if available. Uses more memory but fewer transactions.") tpsLimit = Float64P("tpslimit", "", 0, "Limit HTTP transactions per second to this.") tpsLimitBurst = IntP("tpslimit-burst", "", 1, "Max burst of transactions for --tpslimit.") - bindAddr = StringP("bind", "", "", "Local address to bind to for outgoing connections, IPv4, IPv4 or name.") + bindAddr = StringP("bind", "", "", "Local address to bind to for outgoing connections, IPv4, IPv6 or name.") logLevel = LogLevelNotice statsLogLevel = LogLevelInfo bwLimit BwTimetable