diff options
author | Michael Czigler <37268479+mcpcpc@users.noreply.github.com> | 2020-09-29 21:29:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-29 21:29:52 -0400 |
commit | b545b3a4e7655222bf403d1b0e07b972d29f48b4 (patch) | |
tree | 85880752195b0260cd0a0dfc75346d48fb31cd8d /kirc.1 | |
parent | Add missing -x argument option (diff) | |
download | kirc-b545b3a4e7655222bf403d1b0e07b972d29f48b4.tar.gz kirc-b545b3a4e7655222bf403d1b0e07b972d29f48b4.tar.bz2 kirc-b545b3a4e7655222bf403d1b0e07b972d29f48b4.tar.xz kirc-b545b3a4e7655222bf403d1b0e07b972d29f48b4.tar.zst kirc-b545b3a4e7655222bf403d1b0e07b972d29f48b4.zip |
fix -x option
Diffstat (limited to 'kirc.1')
-rw-r--r-- | kirc.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -47,15 +47,15 @@ Specifies max character width printed in the left column .BI \-W " max_width" Specifies max printed with of the IRC stream .TP +.BI \-x " command" +Specifies additional commands to send to the host after initial connection. +.TP .BI \-a " auth" Specifies SASL PLAIN authentication token .TP .BI \-e Specifies SASL EXTERNAL .TP -.BI \-x -Specifies additional commands to send to the host after initial connection. -.TP .BI \-v Prints the version information to stderr, then exits .SH COMMANDS |