From 79656c5ecff6ce293678ba7cccbbd8da442d16db Mon Sep 17 00:00:00 2001 From: Vladas Maier Date: Fri, 5 Jan 2024 09:29:30 +0100 Subject: [PATCH] docs: update README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 2bcc445..fa167ab 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,17 @@ git clone git@github.com:vlmaier/wk.git ```shell wk -h +``` + +```console +Usage: wk [] [] + +Options: + -c The number of bytes in the input file or stdin is written to the stdout. + -l The number of lines in the input file or stdin is written to the stdout. + -m The number of characters in the input file or stdin is written to the stdout. If the current locale does not + support multibyte characters, this is equivalent to the -c option. This will cancel out any prior usage of + the -c option. + -w The number of words in the input file or stdin is written to the stdout. + -h, --help Show this message and exit ``` \ No newline at end of file