aboutsummaryrefslogtreecommitdiffstats
path: root/kirc.1
diff options
context:
space:
mode:
Diffstat (limited to 'kirc.1')
-rw-r--r--kirc.19
1 files changed, 5 insertions, 4 deletions
diff --git a/kirc.1 b/kirc.1
index 246127b..68ec92e 100644
--- a/kirc.1
+++ b/kirc.1
@@ -15,7 +15,7 @@ kirc \- KISS for IRC
.SH DESCRIPTION
.B kirc
is an extremely fast and simple IRC client designed with portability in mind.
-This client reads from stdin and prints to stdout, so all traffic can
+This client reads from STDIN and prints to STDOUT, so all traffic can
multiplexed and text parsed or modified using external commands. All highlighted
text and color can be controlled with ANSI escape sequences.
.SH OPTIONS
@@ -41,15 +41,16 @@ Specifies the USER connection username
.BI \-k " pass"
Specifies the PASS connection password
.TP
-.BI \-x " command"
-Specifies additional commands to send to the host after initial connection.
-.TP
.BI \-a " auth"
Specifies SASL PLAIN mechanism authentication token
.TP
.BI \-e
Specifies SASL EXTERNAL mechanism
.TP
+.BI \-x
+Reads from STDIN and passes each line (delimited by "\\n") as a command to the IRC
+server after the initial connection.
+.TP
.BI \-v
Prints the version information to stderr, then exits
.TP