Update option help for ipfs stats bw --poll
Help text from --proto was copy pasted.
David committed
May 31, 2015 at 18:26 UTC
2f3ee86e2b2c2fa30cb635b871d19a91b37cf00b
1 file changed
+1
-1
core/commands/stat.go
+1
-1
@@ -35,7 +35,7 @@ var statBwCmd = &cmds.Command{
35
Options: []cmds.Option{
36
cmds.StringOption("peer", "p", "specify a peer to print bandwidth for"),
37
cmds.StringOption("proto", "t", "specify a protocol to print bandwidth for"),
38
- cmds.BoolOption("poll", "specify a protocol to print bandwidth for"),
38
+ cmds.BoolOption("poll", "print bandwidth at an interval"),
39
cmds.StringOption("interval", "i", "time interval to wait between updating output"),
40
},
41