Skip to content

Commit b4954a2

Browse files
authored
Update README.md
1 parent 5ff7c4d commit b4954a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Usage
1919
-----
2020

2121
```shell
22-
usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] [-u username] [-k password] [-w columns] [-W columns] [-o path] [-v|V]
22+
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] [-v|V]
2323
-s server address (default: 'irc.freenode.org')
2424
-p server port (default: '6667')
2525
-c channel name (default: '#kisslinux')
@@ -30,6 +30,7 @@ usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] [-u us
3030
-v version information
3131
-V verbose output (e.g. raw stream)
3232
-o output path to log irc stream
33+
-x send command to irc server after inital connection
3334
-w maximum width of the printed left column (default: '10')
3435
-W maximum width of the entire printed stream (default '80')
3536
```

0 commit comments

Comments
 (0)