From 13dbe78b631eb2db4c4fb87df708889840bd20ec Mon Sep 17 00:00:00 2001 From: Michael Czigler <37268479+mcpcpc@users.noreply.github.com> Date: Mon, 28 Sep 2020 08:43:34 -0400 Subject: add SASL EXTERNAL usage information --- README.md | 6 +++--- 1 file 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 -- cgit v1.2.3