Update option help for ipfs stats bw --poll

Help text from --proto was copy pasted.
This commit is contained in:
David 2015-05-31 18:26:51 -04:00
parent f39af41afc
commit 2f3ee86e2b

View File

@ -35,7 +35,7 @@ var statBwCmd = &cmds.Command{
Options: []cmds.Option{
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", "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"),
},