Added default false to stats bw poll
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
Richard Littauer committed
Feb 18, 2016 at 15:58 UTC
9c53ad7423a3d0ad2be8465387f100266e99fa92
1 file changed
+1
-1
core/commands/stat.go
+1
-1
@@ -35,7 +35,7 @@ var statBwCmd = &cmds.Command{
35
Options: []cmds.Option{
36
cmds.StringOption("peer", "p", "Specify a peer to print bandwidth for."),
37
cmds.StringOption("proto", "t", "Specify a protocol to print bandwidth for."),
38
- cmds.BoolOption("poll", "Print bandwidth at an interval."),
38
+ cmds.BoolOption("poll", "Print bandwidth at an interval. Default: false."),
39
cmds.StringOption("interval", "i", "Time interval to wait between updating output."),
40
},
41