diff --git a/README.md b/README.md index ea09643..d927759 100644 --- a/README.md +++ b/README.md @@ -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. +``` \ No newline at end of file