socksd: remove --bindonly mention, there is no such option

Reported-by: Joshua Rogers
Closes #19026
This commit is contained in:
Daniel Stenberg 2025-10-11 22:54:54 +02:00
parent b3f9c837d3
commit 1648f23ed3
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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;
}