From a2b90a96296eeff0708031e04cea20e57a8f4de6 Mon Sep 17 00:00:00 2001 From: elfein Date: Mon, 14 Mar 2022 10:34:20 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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