aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Czigler <37268479+mcpcpc@users.noreply.github.com>2020-09-28 08:43:34 -0400
committerGitHub <noreply@github.com>2020-09-28 08:43:34 -0400
commit13dbe78b631eb2db4c4fb87df708889840bd20ec (patch)
tree226682cd48648c7221cc4eb18fb40a37089c8ab3 /README.md
parentMerge pull request #42 from mcpcpc/saslexternal (diff)
downloadkirc-13dbe78b631eb2db4c4fb87df708889840bd20ec.tar.gz
kirc-13dbe78b631eb2db4c4fb87df708889840bd20ec.tar.bz2
kirc-13dbe78b631eb2db4c4fb87df708889840bd20ec.tar.xz
kirc-13dbe78b631eb2db4c4fb87df708889840bd20ec.tar.zst
kirc-13dbe78b631eb2db4c4fb87df708889840bd20ec.zip
add SASL EXTERNAL usage information
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8c669d3..e0df93c 100644
--- a/README.md
+++ b/README.md
@@ -68,14 +68,15 @@ make install
## Usage
```shell
-usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] [-u username] [-k password] [-x init command] [-w columns] [-W columns] [-o path] [-h|v|V]
+usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] [-u username] [-k password] [-x init command] [-w columns] [-W columns] [-o path] [-e|v|V]
-s server address (default: 'irc.freenode.org')
-p server port (default: '6667')
-c channel name(s), delimited by a "," or "|" character (default: 'kirc')
-n nickname (required)
-u server username (optional)
-k server password (optional)
--a PLAIN SASL authentication token (optional)
+-a PLAIN SASL authentication token (optional, specified with nick)
+-e EXTERNAL SASL authentication (optional)
-r real name (optional)
-v version information
-V verbose output (e.g. raw stream)
@@ -83,7 +84,6 @@ usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] [-u us
-x send command to irc server after inital connection
-w maximum width of the printed left column (default: '20')
-W maximum width of the entire printed stream (default '80')
--h basic usage information
```
## Transport Layer Security (TLS) Support