aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Czigler <37268479+mcpcpc@users.noreply.github.com>2020-10-01 07:36:41 -0400
committerGitHub <noreply@github.com>2020-10-01 07:36:41 -0400
commit64c4098236ae3ff43d9f775da8bde6445e4c6ca2 (patch)
tree9889c44ae20374f235882dcb57f98b18810e9ff2
parentUpdate README.md (diff)
downloadkirc-64c4098236ae3ff43d9f775da8bde6445e4c6ca2.tar.gz
kirc-64c4098236ae3ff43d9f775da8bde6445e4c6ca2.tar.bz2
kirc-64c4098236ae3ff43d9f775da8bde6445e4c6ca2.tar.xz
kirc-64c4098236ae3ff43d9f775da8bde6445e4c6ca2.tar.zst
kirc-64c4098236ae3ff43d9f775da8bde6445e4c6ca2.zip
add missing -a argument from usage section
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 93da3a8..7fd5fcc 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ make install
Consult `man kirc` for a full list and explanation of available `kirc` arguments.
```shell
-kirc [-s hostname] [-p port] [-c channels] [-n nickname] [-r realname] [-u username] [-k password] [-x command] [-w nick_width] [-W max_width] [-o logfile] [-e|v|V]
+kirc [-s hostname] [-p port] [-c channels] [-n nickname] [-r realname] [-u username] [-k password] [-a token] [-x command] [-w nick_width] [-W max_width] [-o logfile] [-e|v|V]
```
## Transport Layer Security (TLS) Support