Skip to content

Commit e6a4cd9

Browse files
authored
Update README.md
1 parent 67fc187 commit e6a4cd9

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -39,27 +39,6 @@
3939

4040
![Screenshot 1](/.github/example2.png)
4141

42-
## Usage
43-
44-
```shell
45-
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]
46-
-s server address (default: 'irc.freenode.org')
47-
-p server port (default: '6667')
48-
-c channel name(s), delimited by a "," or "|" character (default: 'kirc')
49-
-n nickname (required)
50-
-u server username (optional)
51-
-k server password (optional)
52-
-a PLAIN SASL authentication token (optional)
53-
-r real name (optional)
54-
-v version information
55-
-V verbose output (e.g. raw stream)
56-
-o output path to log irc stream
57-
-x send command to irc server after inital connection
58-
-w maximum width of the printed left column (default: '20')
59-
-W maximum width of the entire printed stream (default '80')
60-
-h basic usage information
61-
```
62-
6342
## Installation
6443

6544
Building and installing on **KISS Linux** using the Community repository:
@@ -86,6 +65,27 @@ make
8665
make install
8766
```
8867

68+
## Usage
69+
70+
```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]
72+
-s server address (default: 'irc.freenode.org')
73+
-p server port (default: '6667')
74+
-c channel name(s), delimited by a "," or "|" character (default: 'kirc')
75+
-n nickname (required)
76+
-u server username (optional)
77+
-k server password (optional)
78+
-a PLAIN SASL authentication token (optional)
79+
-r real name (optional)
80+
-v version information
81+
-V verbose output (e.g. raw stream)
82+
-o output path to log irc stream
83+
-x send command to irc server after inital connection
84+
-w maximum width of the printed left column (default: '20')
85+
-W maximum width of the entire printed stream (default '80')
86+
-h basic usage information
87+
```
88+
8989
## Transport Layer Security (TLS) Support
9090

9191
There is no native TLS/SSL support. Instead, users can achieve this functionality by using third-party tools (e.g. stunnel, socat, ghosttunnel).

0 commit comments

Comments
 (0)