mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 02:45:08 +02:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user