summary refs log tree commit diff
path: root/bounce.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-03 15:58:57 -0500
committerJune McEnroe <june@causal.agency>2019-11-03 15:58:57 -0500
commit2bf3cb3ba7427e08a6b53d981bd300741e0eb5e3 (patch)
tree902f0815a133d085f60927255cf685c11fa15ace /bounce.c
parentAppend bindHost to bindPath if it is a directory (diff)
downloadpounce-2bf3cb3ba7427e08a6b53d981bd300741e0eb5e3.tar.gz
pounce-2bf3cb3ba7427e08a6b53d981bd300741e0eb5e3.zip
Rename bind-unix to bind-path
Diffstat (limited to 'bounce.c')
-rw-r--r--bounce.c2
1 files changed, 1 insertions, 1 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' },