@cryptotaxi247 / kubo / commits / 0424d6ab6

Added note to ipfs stats bw interval option

License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>

Richard Littauer committed Apr 19, 2016 at 12:05 UTC 0424d6ab645f20a5db1e8d4561e5e183686b7ae7
1 file changed +1 -1
core/commands/stat.go
+1 -1
@@ -36,7 +36,7 @@ var statBwCmd = &cmds.Command{
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", "Print bandwidth at an interval. Default: false."),
39 - cmds.StringOption("interval", "i", "Time interval to wait between updating output."),
39 + cmds.StringOption("interval", "i", "Time interval to wait between updating output, if 'poll' is true."),
40 },
41
42 Run: func(req cmds.Request, res cmds.Response) {