Skip to content

Commit 13dbe78

Browse files
authored
add SASL EXTERNAL usage information
1 parent 8edff25 commit 13dbe78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,22 +68,22 @@ make install
6868
## Usage
6969

7070
```shell
71-
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]
71+
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]
7272
-s server address (default: 'irc.freenode.org')
7373
-p server port (default: '6667')
7474
-c channel name(s), delimited by a "," or "|" character (default: 'kirc')
7575
-n nickname (required)
7676
-u server username (optional)
7777
-k server password (optional)
78-
-a PLAIN SASL authentication token (optional)
78+
-a PLAIN SASL authentication token (optional, specified with nick)
79+
-e EXTERNAL SASL authentication (optional)
7980
-r real name (optional)
8081
-v version information
8182
-V verbose output (e.g. raw stream)
8283
-o output path to log irc stream
8384
-x send command to irc server after inital connection
8485
-w maximum width of the printed left column (default: '20')
8586
-W maximum width of the entire printed stream (default '80')
86-
-h basic usage information
8787
```
8888

8989
## Transport Layer Security (TLS) Support

0 commit comments

Comments
 (0)