diff options
author | June McEnroe <june@causal.agency> | 2021-04-18 15:31:13 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-04-18 15:31:13 -0400 |
commit | 92abd0bfff7a70c1fd0dd9e4eaf13f0b46ef3a1d (patch) | |
tree | a1de3ace1f92909c0084b3c80fc122b42bbd3130 /bin/man1 | |
parent | Flip card rendering (diff) | |
download | src-92abd0bfff7a70c1fd0dd9e4eaf13f0b46ef3a1d.tar.gz src-92abd0bfff7a70c1fd0dd9e4eaf13f0b46ef3a1d.zip |
Add -R reverse typer
Diffstat (limited to '')
-rw-r--r-- | bin/man1/typer.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/bin/man1/typer.1 b/bin/man1/typer.1 index 11856406..a3b0eb90 100644 --- a/bin/man1/typer.1 +++ b/bin/man1/typer.1 @@ -1,4 +1,4 @@ -.Dd March 23, 2021 +.Dd April 18, 2021 .Dt TYPER 1 .Os . @@ -8,7 +8,7 @@ . .Sh SYNOPSIS .Nm -.Op Fl Pv +.Op Fl PRv .Op Fl c Ar cert .Op Fl n Ar nick .Op Fl p Ar port @@ -26,6 +26,11 @@ The arguments are as follows: Request the .Sy causal.agency/passive vendor-specific capability. +.It Fl R +Reverse +.Nm . +Send other users' typing indicators +as regular messages for all to see. .It Fl c Ar cert Use the TLS client certificate and private key loaded from |