This commit is contained in:
Lynn 2020-02-28 23:59:11 -08:00
parent 7bdc44fa18
commit 2571506b8d
No known key found for this signature in database
GPG Key ID: 9E60BEE0555C367B

View File

@ -206,7 +206,7 @@ func checkBinarySizeActionFunc(c *cli.Context) (err error) {
}
// get human readable size, in MB with one decimal place.
// example output is: 35.2MB.
// example output is: 35.2MB. (note: this simply an example)
// that output is much easier to reason about than the `35223432`
// that you would see output without the rounding
fileSize := fileInfo.Size()