diff options
author | June McEnroe <june@causal.agency> | 2021-08-20 16:33:12 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-08-20 16:33:12 -0400 |
commit | 6fc2271398fbbe271f06f9ba1e2997810a1ab776 (patch) | |
tree | b5b07e7b09a4cfd2baee283d44707b918e9ee70e /pounce.1 | |
parent | Explicitly clear TLS secrets after handshake (diff) | |
download | pounce-6fc2271398fbbe271f06f9ba1e2997810a1ab776.tar.gz pounce-6fc2271398fbbe271f06f9ba1e2997810a1ab776.zip |
Replace verbose colors with two types of arrows
While the colors were easy to identify in blocks, the meaning of arrows is easier to remember, and survive logs being pasted for debugging.
Diffstat (limited to '')
-rw-r--r-- | pounce.1 | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/pounce.1 b/pounce.1 index 14794cb..2082f72 100644 --- a/pounce.1 +++ b/pounce.1 @@ -1,4 +1,4 @@ -.Dd June 18, 2021 +.Dd August 20, 2021 .Dt POUNCE 1 .Os . @@ -356,21 +356,20 @@ Set username to The default username is the same as the nickname. . .It Fl v | Cm verbose -Write IRC messages to standard error -in the following colors: +Write IRC messages to standard error: .Pp -.Bl -tag -width Ds -compact -.It red +.Bl -tag -width "<<" -compact +.It << from .Nm to the server -.It green +.It >> from the server to .Nm -.It yellow +.It -> from clients to .Nm -.It blue +.It <- from .Nm to clients |