diff options
author | June McEnroe <june@causal.agency> | 2021-06-18 12:15:13 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-06-18 12:15:13 -0400 |
commit | 7da9aefb7b3ce64a36fdcad30fabb01a22261fbf (patch) | |
tree | a8efbc895b76498d73c20b598f73ad1775aece32 | |
parent | Use | to separate flags from config options (diff) | |
download | pounce-7da9aefb7b3ce64a36fdcad30fabb01a22261fbf.tar.gz pounce-7da9aefb7b3ce64a36fdcad30fabb01a22261fbf.zip |
Document channel keys in join option
Diffstat (limited to '')
-rw-r--r-- | pounce.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pounce.1 b/pounce.1 index c8f0bfd..bc4b93b 100644 --- a/pounce.1 +++ b/pounce.1 @@ -297,9 +297,11 @@ otherwise it is self-signed. Connect to .Ar host . . -.It Fl j Ar chan | Cm join No = Ar chan +.It Fl j Ar channels Oo Ar keys Oc | Cm join No = Ar channels Op Ar keys Join the comma-separated list of -.Ar chan . +.Ar channels +with the optional comma-separated list of channel +.Ar keys . . .It Fl k Ar path | Cm client-priv No = Ar path Load the TLS client private key from |