summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bounce.c4
-rw-r--r--pounce.16
2 files changed, 5 insertions, 5 deletions
diff --git a/bounce.c b/bounce.c
index 2ac9118..3f06603 100644
--- a/bounce.c
+++ b/bounce.c
@@ -208,7 +208,7 @@ int main(int argc, char *argv[]) {
 		{ "away", required_argument, NULL, 'A' },
 		{ "cert", required_argument, NULL, 'C' },
 		{ "bind-host", required_argument, NULL, 'H' },
-		{ "key", required_argument, NULL, 'K' },
+		{ "priv", required_argument, NULL, 'K' },
 		{ "names", no_argument, NULL, 'N' },
 		{ "bind-port", required_argument, NULL, 'P' },
 		{ "quit", required_argument, NULL, 'Q' },
@@ -220,7 +220,7 @@ int main(int argc, char *argv[]) {
 		{ "save", required_argument, NULL, 'f' },
 		{ "host", required_argument, NULL, 'h' },
 		{ "join", required_argument, NULL, 'j' },
-		{ "client-key", required_argument, NULL, 'k' },
+		{ "client-priv", required_argument, NULL, 'k' },
 		{ "nick", required_argument, NULL, 'n' },
 		{ "port", required_argument, NULL, 'p' },
 		{ "real", required_argument, NULL, 'r' },
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
a href='/src/commit/home/.config/X/resources?id=0c5cae773081392ea2fb58dcab70d777c45c403d&follow=1'>Use class names for Foreground, Background, BorderColorJune McEnroe 2021-02-07Add simple battery status and clock to xsessionJune McEnroe 2021-02-07Set cursor theme and sizeJune McEnroe 2021-02-07Use scrot for up -s if no screencaptureJune McEnroe 2021-02-07Enable mouse acceleration in XJune McEnroe 2021-02-07Set colours for Xt and cwmJune McEnroe 2021-02-07Set urgency on bell in xtermJune McEnroe 2021-02-07Add bindings for brightness controlJune McEnroe 2021-02-07Set X key repeat rateJune McEnroe 2021-02-07Bump font size to 12June McEnroe 2021-02-07Fully configure and rebind cwmJune McEnroe 2021-02-07Add BintiJune McEnroe 2021-02-07Finish configuring xtermJune McEnroe 2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe 2021-02-06Set root window to black on purple snowJune McEnroe 2021-02-06Add xmodmap configurationJune McEnroe 2021-02-06Add initial OpenBSD X configurationJune McEnroe 2021-02-06Add xterm output to schemeJune McEnroe