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
ighlight'> 2021-01-12Don't output a pre in hilex by defaultJune McEnroe 2021-01-12Move hilex out of hilex directoryJune McEnroe 2021-01-12Consolidate hilex formatters into hilex.cJune McEnroe 2021-01-12Remove hacky tagging from hilexJune McEnroe God that makes the lexers so much simpler. 2021-01-12Add htagml -iJune McEnroe 2021-01-12Render tag index in HTMLJune McEnroe 2021-01-12Add htagml -xJune McEnroe 2021-01-12Prevent matching the same tag twiceJune McEnroe 2021-01-12Process htagml file line by lineJune McEnroe This simplifies some things, adds support for line number tag definitions, and should enable combining htagml with other preprocessors in the future. 2021-01-12Split fields by tab onlyJune McEnroe Also don't fail hard on non-forward-search definitions. 2021-01-12List both Makefile and html.sh under README.7June McEnroe 2021-01-12Add htagml exampleJune McEnroe 2021-01-12Use mandoc and htagml for bin htmlJune McEnroe 2021-01-12Add htagmlJune McEnroe 2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe 2021-01-11Publish "Using vi"June McEnroe 2021-01-11Enable diff.colorMovedJune McEnroe 2021-01-10Set less search case-insensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe neovim is laggy as hell in my OpenBSD VM, so I switched to vi so I could type without getting frustrated. 2021-01-09Add c -t flag to print expression typeJune McEnroe Also add missing float case. 2021-01-05Update taglineJune McEnroe