Update 'README.md'

main
elfein 2022-03-14 10:34:20 +00:00
parent 49d9c31cef
commit a2b90a9629
1 changed files with 10 additions and 1 deletions

View File

@ -1,2 +1,11 @@
# cntin
```
Usage: cntin [options]
Counts bytes in stdin.
Note: If both of a complementary set of options are specified, both are used.
options:
-d, --decimal Sets the output number base to decimal.
-h, --hex Sets the output number base to hexadecimal.
-s, --separate Displays all byte units.
-b, --biggest Displays the biggest unit.
```