Skip to content
Snippets Groups Projects
Commit a10d1f46 authored by Jeromy Johnson's avatar Jeromy Johnson
Browse files

fix stats bw --poll output


License: MIT
Signed-off-by: default avatarJeromy <jeromyj@gmail.com>
parent a784589d
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ Example:
fmt.Fprintf(os.Stdout, "%8s ", humanize.Bytes(uint64(bs.TotalOut)))
fmt.Fprintf(os.Stdout, "%8s ", humanize.Bytes(uint64(bs.TotalIn)))
fmt.Fprintf(os.Stdout, "%8s/s ", humanize.Bytes(uint64(bs.RateOut)))
fmt.Fprintf(os.Stdout, "%8s/s \n", humanize.Bytes(uint64(bs.RateIn)))
fmt.Fprintf(os.Stdout, "%8s/s \r", humanize.Bytes(uint64(bs.RateIn)))
}
}()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment