diff options
author | June McEnroe <june@causal.agency> | 2019-11-05 22:30:49 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-05 22:30:49 -0500 |
commit | 8b131ba8a5c04b25fb7c6977f5d1b0e384f421b2 (patch) | |
tree | c3d35bfcafaf148c8b800dabba8e3cfe8099918a /pounce.1 | |
parent | Use arc4random_buf (diff) | |
download | pounce-8b131ba8a5c04b25fb7c6977f5d1b0e384f421b2.tar.gz pounce-8b131ba8a5c04b25fb7c6977f5d1b0e384f421b2.zip |
Use "priv" instead of "key" in options
Let all words be four letter words.
Diffstat (limited to 'pounce.1')
-rw-r--r-- | pounce.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pounce.1 b/pounce.1 index ee4451b..ebc175e 100644 --- a/pounce.1 +++ b/pounce.1 @@ -78,7 +78,7 @@ Bind to .Ar host . The default host is localhost. . -.It Fl K Ar path , Cm key = Ar path +.It Fl K Ar path , Cm priv = Ar path Load TLS private key from .Ar path . The default path is the @@ -169,8 +169,8 @@ Connect to Join the comma-separated list of .Ar chan . . -.It Fl k Ar path , Cm client-key = Ar path -Authenticate using the TLS client certificate key at +.It Fl k Ar path , Cm client-priv = Ar path +Authenticate using the TLS client certificate private key at .Ar path . . .It Fl n Ar nick , Cm nick = Ar nick |