Skip to content

Commit

Permalink
fix: missing arguments in README
Browse files Browse the repository at this point in the history
  • Loading branch information
theodrosyimer committed Feb 25, 2024
1 parent bcd95ea commit 978a4cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ Calculate the range of a given number of signed bytes:
binez range -sB 2
```

Calculate the size limit of a given number of bits in a given memory size in kilobytes:
Calculate the size limit of a given number in bits in a given memory size in kilobytes:

```sh
binez mem -b 16
binez mem -b 16 -ms 32
```

For both the `range` and `size` commands, you can use the `-l` or `--locale` flag to specify the locale to use for formatting the output. The default locale is `en-US`. The supported locales are the same as those supported by the `Intl` object in JavaScript and can be found [here as text](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) or [here as json](https://github.com/mattcg/language-subtag-registry/blob/master/data/json/registry.json) if you prefer.
Expand Down

0 comments on commit 978a4cf

Please sign in to comment.