1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-25 23:21:54 +08:00

Added note to ipfs stats bw interval option

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
This commit is contained in:
Richard Littauer
2016-04-19 12:05:07 -04:00
parent 8ab1b8b2cb
commit 0424d6ab64

View File

@ -36,7 +36,7 @@ var statBwCmd = &cmds.Command{
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", "Print bandwidth at an interval. Default: false."),
cmds.StringOption("interval", "i", "Time interval to wait between updating output."),
cmds.StringOption("interval", "i", "Time interval to wait between updating output, if 'poll' is true."),
},
Run: func(req cmds.Request, res cmds.Response) {