Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vlmaier committed Jan 5, 2024
1 parent 1fd3dd2 commit 79656c5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,17 @@ git clone git@github.com:vlmaier/wk.git

```shell
wk -h
```

```console
Usage: wk [<options>] [<filename>]

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
```

0 comments on commit 79656c5

Please sign in to comment.