mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-30 01:52:26 +08:00
Merge pull request #1311 from multikatt/patch-1
Update option help for ipfs stats bw --poll
This commit is contained in:
@ -35,7 +35,7 @@ var statBwCmd = &cmds.Command{
|
|||||||
Options: []cmds.Option{
|
Options: []cmds.Option{
|
||||||
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", "specify a protocol to print bandwidth for"),
|
cmds.BoolOption("poll", "print bandwidth at an interval"),
|
||||||
cmds.StringOption("interval", "i", "time interval to wait between updating output"),
|
cmds.StringOption("interval", "i", "time interval to wait between updating output"),
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user