From 2f3ee86e2b2c2fa30cb635b871d19a91b37cf00b Mon Sep 17 00:00:00 2001 From: David Date: Sun, 31 May 2015 18:26:51 -0400 Subject: [PATCH] Update option help for ipfs stats bw --poll Help text from --proto was copy pasted. --- core/commands/stat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/commands/stat.go b/core/commands/stat.go index 459f25b28..f5479019f 100644 --- a/core/commands/stat.go +++ b/core/commands/stat.go @@ -35,7 +35,7 @@ var statBwCmd = &cmds.Command{ Options: []cmds.Option{ cmds.StringOption("peer", "p", "specify a peer to print bandwidth for"), cmds.StringOption("proto", "t", "specify a protocol to print bandwidth for"), - cmds.BoolOption("poll", "specify a protocol to print bandwidth for"), + cmds.BoolOption("poll", "print bandwidth at an interval"), cmds.StringOption("interval", "i", "time interval to wait between updating output"), },