diff options
author | Michael Czigler <37268479+mcpcpc@users.noreply.github.com> | 2020-10-02 11:27:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-02 11:27:35 -0400 |
commit | 505e6229926f189c06ba5afa91e293c2ff715b86 (patch) | |
tree | af94c655d2566acc0a060b7b40d97ad59a621786 /README.md | |
parent | clarify Known Bugs section (diff) | |
download | kirc-505e6229926f189c06ba5afa91e293c2ff715b86.tar.gz kirc-505e6229926f189c06ba5afa91e293c2ff715b86.tar.bz2 kirc-505e6229926f189c06ba5afa91e293c2ff715b86.tar.xz kirc-505e6229926f189c06ba5afa91e293c2ff715b86.tar.zst kirc-505e6229926f189c06ba5afa91e293c2ff715b86.zip |
change -W to automatic wrap (#50)
* change -W to automatic wrap
* address Codacy compliance
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 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] [-a token] [-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] [-o logfile] [-e|v|V] ``` ## Transport Layer Security (TLS) Support @@ -161,4 +161,4 @@ Some users may experience abnormal *BACKSPACE* key press behavior, particularly ## Contact For any further questions or concerns, feel free to reach out to me, [mcpcpc](https://github.com/mcpcpc), on `#kirc` -or `#kisslinux` channels of the _irc.freenode.org_ server. +or `#kisslinux` channels of the *irc.freenode.org* server. |