diff options
author | June McEnroe <june@causal.agency> | 2019-10-23 16:47:15 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-10-23 16:47:15 -0400 |
commit | 9fcd81df89c2736e405f4dbb9bf97fe904818c7f (patch) | |
tree | 6e20d6b1b366a39d48faf328d1b1b3e9c19dc04b /linger.1 | |
parent | Set NOSIGPIPE on server connection (diff) | |
download | pounce-9fcd81df89c2736e405f4dbb9bf97fe904818c7f.tar.gz pounce-9fcd81df89c2736e405f4dbb9bf97fe904818c7f.zip |
Add verbose flag
Diffstat (limited to '')
-rw-r--r-- | linger.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/linger.1 b/linger.1 index 7c0001f..bf4b8c0 100644 --- a/linger.1 +++ b/linger.1 @@ -1,4 +1,4 @@ -.Dd October 22, 2019 +.Dd October 23, 2019 .Dt LINGER 1 .Os . @@ -8,6 +8,7 @@ . .Sh SYNOPSIS .Nm +.Op Fl v .Op Fl C Ar cert .Op Fl H Ar host .Op Fl K Ar priv @@ -106,6 +107,13 @@ Set the username to .Ar user . The default username is the same as the nickname. . +.It Fl v +Write IRC messages to standard error +in red to the server, +green from the server, +yellow from clients +and blue to clients. +. .It Fl w Ar pass Log in with the password .Ar pass . |