summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bounce.c2
-rw-r--r--pounce.12
2 files changed, 2 insertions, 2 deletions
diff --git a/bounce.c b/bounce.c
index 26bbeb8..537f539 100644
--- a/bounce.c
+++ b/bounce.c
@@ -200,7 +200,7 @@ int main(int argc, char *argv[]) {
 		{ "names", no_argument, NULL, 'N' },
 		{ "bind-port", required_argument, NULL, 'P' },
 		{ "quit", required_argument, NULL, 'Q' },
-		{ "bind-unix", required_argument, NULL, 'U' },
+		{ "bind-path", required_argument, NULL, 'U' },
 		{ "client-pass", required_argument, NULL, 'W' },
 		{ "sasl", required_argument, NULL, 'a' },
 		{ "save", required_argument, NULL, 'f' },
diff --git a/pounce.1 b/pounce.1
index cbe62b3..cbb5eaa 100644
--- a/pounce.1
+++ b/pounce.1
@@ -102,7 +102,7 @@ Quit with message
 .Ar mesg
 when shutting down.
 .
-.It Fl U Ar path , Cm bind-unix = Ar path
+.It Fl U Ar path , Cm bind-path = Ar path
 Bind to a UNIX-domain socket at
 .Ar path .
 Clients are accepted as sent by
r'>2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe 2020-02-11Fix whois idle unit calculationJune McEnroe Rookie mistake. 2020-02-11Cast towupper to wchar_tJune McEnroe For some reason it takes and returns wint_t... 2020-02-11Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe