]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
socksd: remove --bindonly mention, there is no such option
authorDaniel Stenberg <daniel@haxx.se>
Sat, 11 Oct 2025 20:54:54 +0000 (22:54 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 12 Oct 2025 08:33:38 +0000 (10:33 +0200)
Reported-by: Joshua Rogers
Closes #19026

tests/server/socksd.c

index f16b1d79ed2ee0ebae8b1ec0dc366fb8104b2596..1f2460ec290830ae81671b09e21109157ed6dfd1 100644 (file)
@@ -851,7 +851,6 @@ static int test_socksd(int argc, char *argv[])
            " --ipv4\n"
            " --ipv6\n"
            " --unix-socket [file]\n"
-           " --bindonly\n"
            " --port [port]\n");
       return 0;
     }