提交 16b63e92 作者: Jeromy Johnson

Merge pull request #2586 from ipfs/feature/interval-note

Added note to ipfs stats bw interval option
......@@ -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) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论