aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authormcpcpc <michaelczigler@icloud.com>2020-08-10 07:18:23 -0400
committermcpcpc <michaelczigler@icloud.com>2020-08-11 22:26:05 -0400
commit5e54e4f51dbb781ae5cb7c57b20affde3dbe1e9e (patch)
tree8a6684a94f6e2da78e8e84443840985c8b629104 /README
parentfixed child process u[BUFF] to u[CMAX] (diff)
downloadkirc-5e54e4f51dbb781ae5cb7c57b20affde3dbe1e9e.tar.gz
kirc-5e54e4f51dbb781ae5cb7c57b20affde3dbe1e9e.tar.bz2
kirc-5e54e4f51dbb781ae5cb7c57b20affde3dbe1e9e.tar.xz
kirc-5e54e4f51dbb781ae5cb7c57b20affde3dbe1e9e.tar.zst
kirc-5e54e4f51dbb781ae5cb7c57b20affde3dbe1e9e.zip
possible fix for garbage printing with ':m'
README: fix usage for password 2nd attempt to fix garbage printing fix typo 2nd fix cleanup guard against accidental WAIT_SIG read move WAIT_SIG check after garbage cleanup experiment with disabling echo update update update enable backspace in stdin from virtual terminal update
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 0245fa9..61bb387 100644
--- a/README
+++ b/README
@@ -50,6 +50,6 @@ usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-k password] [-v|V]
-p server port (default: '6667')
-c channel name (default: '#kisslinux')
-n user nickname
--n user password
+-k user password
-v version information
-V verbose output (e.g. raw stream)