mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-27 07:57:30 +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:
@ -36,7 +36,7 @@ var statBwCmd = &cmds.Command{
|
|||||||
cmds.StringOption("peer", "p", "Specify a peer to print bandwidth for."),
|
cmds.StringOption("peer", "p", "Specify a peer to print bandwidth for."),
|
||||||
cmds.StringOption("proto", "t", "Specify a protocol 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.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) {
|
Run: func(req cmds.Request, res cmds.Response) {
|
||||||
|
Reference in New Issue
Block a user