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

@ -7,7 +7,7 @@ This commands gives word count statistics on any text.
```shell
> open lalala.txt | size
━━━━━━━┯━━━━━━━┯━━━━━━━┯━━━━━━━━━━━━
lines │ words │ chars │ max length
lines │ words │ chars │ bytes
───────┼───────┼───────┼────────────
4107272
━━━━━━━┷━━━━━━━┷━━━━━━━┷━━━━━━━━━━━━
@ -16,7 +16,7 @@ This commands gives word count statistics on any text.
```shell
> open the_mysterious_affair_at_styles.txt | size
━━━━━━━┯━━━━━━━┯━━━━━━━━┯━━━━━━━━━━━━
lines │ words │ chars │ max length
lines │ words │ chars │ bytes
───────┼───────┼────────┼────────────
893562352349459361771
━━━━━━━┷━━━━━━━┷━━━━━━━━┷━━━━━━━━━━━━