Size command: rename max length to bytes (#2473)

Since max length is just getting the byte length, rename to bytes
in order to be more clear.
This commit is contained in:
Chris Gillespie
2020-08-31 19:51:35 -07:00
committed by GitHub
parent b5d591bb09
commit f54cf8a096
4 changed files with 8 additions and 8 deletions

View File

@ -40,7 +40,7 @@
```shell
> open --raw Cargo.toml | size | debug
(lines=139 words=560 chars=4607 max length=4607)
(lines=139 words=560 chars=4607 bytes=4607)
```
```shell