diff options
author | Michael Czigler <37268479+mcpcpc@users.noreply.github.com> | 2020-10-01 07:36:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 07:36:41 -0400 |
commit | 64c4098236ae3ff43d9f775da8bde6445e4c6ca2 (patch) | |
tree | 9889c44ae20374f235882dcb57f98b18810e9ff2 | |
parent | Update README.md (diff) | |
download | kirc-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |