aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Czigler <37268479+mcpcpc@users.noreply.github.com>2020-09-10 15:26:53 -0400
committerGitHub <noreply@github.com>2020-09-10 15:26:53 -0400
commitb4954a2dbacdc4c02b46947db054a6103c14f4e2 (patch)
tree096f78a8812b416e0973a9e1c061e6da975f3082
parentadd 'x' argument (diff)
downloadkirc-b4954a2dbacdc4c02b46947db054a6103c14f4e2.tar.gz
kirc-b4954a2dbacdc4c02b46947db054a6103c14f4e2.tar.bz2
kirc-b4954a2dbacdc4c02b46947db054a6103c14f4e2.tar.xz
kirc-b4954a2dbacdc4c02b46947db054a6103c14f4e2.tar.zst
kirc-b4954a2dbacdc4c02b46947db054a6103c14f4e2.zip
Update README.md
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index c31535c..e931c9f 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Usage
-----
```shell
-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]
+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]
-s server address (default: 'irc.freenode.org')
-p server port (default: '6667')
-c channel name (default: '#kisslinux')
@@ -30,6 +30,7 @@ usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] [-u us
-v version information
-V verbose output (e.g. raw stream)
-o output path to log irc stream
+-x send command to irc server after inital connection
-w maximum width of the printed left column (default: '10')
-W maximum width of the entire printed stream (default '80')
```